conda_clean | R Documentation |
Removes ewsnet_init()
downloaded Anaconda binaries and environments.
conda_clean(envname, conda_path = reticulate::miniconda_path(), auto = FALSE)
envname |
A string naming the desired Python environment to remove. |
conda_path |
The location of Python install. By default, this follows |
auto |
Boolean. If |
Does not return an object as is cleaning Python and its environments.
#Prior to running `conda_clean()`, you must restart
#your R session to detach any activated environments
conda_clean("EWSNET_env", auto = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.