use_condaenv often doesn't work in practice, especially within RStudio. activate_env ensures the env is actually activated and used.
Usage
activate_env(
conda_env = "echoR_mini",
method = c("basilisk", "reticulate"),
verbose = TRUE
)See also
Other conda:
env_to_yaml(),
find_env_rlib(),
yaml_to_env()