Skip to contents

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

Usage

env_exists(
  conda_env = NULL,
  conda = "auto",
  method = c("basilisk", "reticulate")
)

Arguments

conda_env

Name of the conda environment.

conda

Path to conda executable.

method

Method to use:

  • "basilisk"

  • "reticulate"

Examples

if (FALSE) { # \dontrun{
does_exist <- env_exists(conda_env = "echoR")
} # }