conda_clean {EWSmethods} | R Documentation |
Python Removal
Description
Removes ewsnet_init()
downloaded Anaconda binaries and environments.
Usage
conda_clean(envname, conda_path = reticulate::miniconda_path(), auto = FALSE)
Arguments
envname |
A string naming the desired Python environment to remove. |
conda_path |
The location of Python install. By default, this follows |
auto |
Boolean. If |
Value
Does not return an object as is cleaning Python and its environments.
Examples
#Prior to running `conda_clean()`, you must restart
#your R session to detach any activated environments
conda_clean("EWSNET_env", auto = TRUE)
[Package EWSmethods version 1.3.1 Index]