Learn R Programming

EWSmethods (version 1.3.1)

conda_clean: Python Removal

Description

Removes ewsnet_init() downloaded Anaconda binaries and environments.

Usage

conda_clean(envname, conda_path = reticulate::miniconda_path(), auto = FALSE)

Value

Does not return an object as is cleaning Python and its environments.

Arguments

envname

A string naming the desired Python environment to remove.

conda_path

The location of Python install. By default, this follows minicondata_path defined by the reticulate package.

auto

Boolean. If FALSE, asks permission to uninstall Python, packages and specified environment. If TRUE, no user confirmation is required for activation.

Examples

Run this code
#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