powered by
Removes ewsnet_init() downloaded Anaconda binaries and environments.
ewsnet_init()
conda_clean(envname, conda_path = reticulate::miniconda_path(), auto = FALSE)
Does not return an object as is cleaning Python and its environments.
A string naming the desired Python environment to remove.
The location of Python install. By default, this follows minicondata_path defined by the reticulate package.
minicondata_path
reticulate
Boolean. If FALSE, asks permission to uninstall Python, packages and specified environment. If TRUE, no user confirmation is required for activation.
FALSE
TRUE
#Prior to running `conda_clean()`, you must restart #your R session to detach any activated environments # \donttest{ conda_clean("EWSNET_env", auto = TRUE) # }
Run the code above in your browser using DataLab