textrpp_initialize {text} | R Documentation |
Initialize text required python packages
Description
Initialize text required python packages to call from R.
Usage
textrpp_initialize(
python_executable = NULL,
virtualenv = NULL,
condaenv = "textrpp_condaenv",
ask = FALSE,
refresh_settings = FALSE,
save_profile = FALSE,
check_env = TRUE,
textEmbed_test = FALSE,
prompt = TRUE
)
Arguments
python_executable |
the full path to the Python executable, for which text required python packages is installed. |
virtualenv |
set a path to the Python virtual environment with text required python packages
installed Example: |
condaenv |
set a path to the anaconda virtual environment with text required python packages
installed Example: |
ask |
logical; if |
refresh_settings |
logical; if |
save_profile |
logical; if |
check_env |
logical; check whether conda/virtual environment generated
by |
textEmbed_test |
logical; Test whether function (textEmbed) that requires python packages works. |
prompt |
logical; asking whether user wants to set the environment as default. |