configure_python_environment {chromConverter} | R Documentation |
Configure python environment
Description
Configures reticulate environment for parsers that have python dependencies.
Deprecated as this should no longer be necessary with reticulate v1.41.0
.
Usage
configure_python_environment(parser = "all", return_boolean = FALSE)
Arguments
parser |
Either |
return_boolean |
Logical. Whether to return a Boolean value indicating if the chromConverter environment is correctly configured. |
Value
If return_boolean
is TRUE
, returns a Boolean value
indicating whether the chromConverter environment is configured correctly.
Otherwise, there is no return value.
Author(s)
Ethan Bass
[Package chromConverter version 0.7.5 Index]