Learn R Programming

chromConverter (version 0.7.5)

configure_python_environment: 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)

Value

If return_boolean is TRUE, returns a Boolean value indicating whether the chromConverter environment is configured correctly. Otherwise, there is no return value.

Arguments

parser

Either aston, rainbow, or olefile (for read_shimadzu_lcd).

return_boolean

Logical. Whether to return a Boolean value indicating if the chromConverter environment is correctly configured.

Author

Ethan Bass