Description Usage Arguments Value Examples
Install the sqlparse Python package into a virtual environment or conda environment.
1 2 | install_sqlparse_py(method = "auto", conda = "auto",
envname = NULL, skip_if_available = FALSE)
|
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 |
0 on successful installation or 1 in case an error was raised
1 2 3 4 | ## Not run:
install_sqlparse_py()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.