check_venv {lionfish} | R Documentation |
Check Whether Virtual 'python' Environment Exists
Description
Checks whether virtual 'python' environment of a given name exists an returns TRUE if it does.
Usage
check_venv(env_name = "r-lionfish")
Arguments
env_name |
a string that defines the name of the 'python' environment reticulate uses. |
Value
boolean
Examples
check_venv(env_name="r-lionfish")
[Package lionfish version 1.0.27 Index]