| install_psycopg2 | R Documentation |
Install psycopg2-binary python package into the specified python virtualenv
install_psycopg2(
envname = Sys.getenv("RMM_PYTHON_ENV", unset = "rmm-uploads"),
method = "auto",
...
)
envname |
python virtual environment name. Can be set with system environment variable "RMM_PYTHON_ENV", default is rmm-uploads |
method |
method paramter for reticulate::py_install (defualt is auto) |
... |
Extra parameters for reticulate::py_install |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.