An extension of the internal function reticulate:::condaenv_exists().

env_exists(conda_env = NULL, conda = "auto")

Arguments

conda_env

Name of the conda environment.

conda

Path to conda executable.

Examples

does_exist <- env_exists(conda_env = "echoR")