check_env.Rd
Checks whether 'python' environment of a given name exists an returns TRUE if it does.
check_env(env_name = "r-lionfish")
a string that defines the name of the 'python' environment reticulate uses.
boolean
check_env(env_name="r-lionfish") #> [1] FALSE