install_sqlparse_py {sqlparseR} | R Documentation |
Install sqlparse Python package
Description
Install the sqlparse Python package into a virtual environment or conda environment.
Usage
install_sqlparse_py(method = "auto", conda = "auto",
envname = NULL, skip_if_available = FALSE)
Arguments
method |
Installation method passed to |
conda |
Path to conda executable passed to |
envname |
The name, or full path, of the environment in which the sqlparse Python package is to be installed. Alternatively, |
skip_if_available |
Boolean; if |
Value
0 on successful installation or 1 in case an error was raised
Examples
## Not run:
install_sqlparse_py()
## End(Not run)