
Last chance! 50% off unlimited learning
Sale ends in
Install the sqlparse Python package into a virtual environment or conda environment.
install_sqlparse_py(method = "auto", conda = "auto",
envname = NULL, skip_if_available = FALSE)
Installation method passed to py_install
. Options: "auto", "virtualenv", and "conda". Default: "auto"
Path to conda executable passed to py_install
. Alternatively, "auto" to find conda using the PATH and other conventional install locations. Default: "auto"
The name, or full path, of the environment in which the sqlparse Python package is to be installed. Alternatively, NULL
to use the active environment as set by the RETICULATE_PYTHON_ENV
variable or, if that is unset, the r-reticulate environment. Default: NULL
Boolean; if TRUE
the installation is skipped in case the sqlparse Python module can be found on the system (search not limited to envname
). Default: FALSE
0 on successful installation or 1 in case an error was raised
# NOT RUN {
install_sqlparse_py()
# }
Run the code above in your browser using DataLab