Skip to contents

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")
#> [1] FALSE