View source: R/activate_conda.R
activate_conda | R Documentation |
Activate a conda environment using a global variable.
activate_conda(
conda_env = Sys.getenv("CONDA_ENV"),
method = "reticulate",
verbose = TRUE
)
conda_env |
Conda environment to use. |
method |
Method to use:
|
verbose |
Print messages. |
Null
activate_conda()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.