Configures reticulate environment for parsers that have python dependencies.
Deprecated as this should no longer be necessary with reticulate v1.41.0
.
configure_python_environment(parser = "all", return_boolean = FALSE)
If return_boolean
is TRUE
, returns a Boolean value
indicating whether the chromConverter environment is configured correctly.
Otherwise, there is no return value.
Either aston
, rainbow
, or olefile
(for
read_shimadzu_lcd
).
Logical. Whether to return a Boolean value indicating if the chromConverter environment is correctly configured.
Ethan Bass