An extension of the internal function
reticulate:::condaenv_exists()
.
env_exists(conda_env = NULL, conda = "auto")
https://github.com/rstudio/reticulate/blob/577acd2dfd43b48720037eb0851f20e377dbb802/R/conda.R#L494
Name of the conda environment.
Path to conda executable.
does_exist <- env_exists(conda_env = "echoR")