activate_env | R Documentation |
use_condaenv often doesn't work in practice, especially within RStudio. activate_env ensures the env is actually activated and used.
activate_env(
conda_env = "echoR_mini",
method = c("basilisk", "reticulate"),
verbose = TRUE
)
conda_env |
Conda environment to use. |
method |
Method to use:
|
verbose |
Print messages. |
Other conda:
env_to_yaml()
,
find_env_rlib()
,
yaml_to_env()
conda_env <- echoconda::activate_env(conda_env = "echoR_mini")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.