remove_env | R Documentation |
Actually remove conda environments,
unlike reticulate
::conda_remove.
remove_env(
conda_env,
conda = "auto",
method = c("basilisk", "reticulate"),
verbose = TRUE
)
conda_env |
Name of the conda environment. |
conda |
The path to a |
method |
Method to use:
|
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.