Skip to contents

Checks whether 'python' environment of a given name exists an returns TRUE if it does.

Usage

check_env(env_name = "r-lionfish")

Arguments

env_name

a string that defines the name of the 'python' environment reticulate uses.

Value

boolean

Examples

check_env(env_name="r-lionfish")
#> [1] FALSE