View source: R/check_conda_env.R
check_conda_env | R Documentation |
Checks if 'anaconda' environment of the given name is installed and returns TRUE if so.
check_conda_env(env_name = "r-lionfish")
env_name |
a string that defines the name of the 'anaconda' environment reticulate uses. |
boolean
check_conda_env(env_name="r-lionfish")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.