check_conda_env {lionfish} | R Documentation |
Check Whether 'anaconda' Environment Exists
Description
Checks if 'anaconda' environment of the given name is installed and returns TRUE if so.
Usage
check_conda_env(env_name = "r-lionfish")
Arguments
env_name |
a string that defines the name of the 'anaconda' environment reticulate uses. |
Value
boolean
Examples
check_conda_env(env_name="r-lionfish")
[Package lionfish version 1.0.27 Index]