Description Usage Arguments Value
View source: R/client_api_scaffold.R
Install Verta Library
1 2 3 4 5 6 7 8 9 | install_verta(
method = c("conda", "auto", "virtualenv", "python"),
conda = "auto",
envname = "verta_reticulate",
extra_packages = NULL,
conda_python_version = "3.9.5",
python_path = NULL,
...
)
|
method |
- auto, virtualenv, or conda |
conda |
The path to a conda executable. Use "auto" to allow reticulate to automatically find an appropriate conda binary. See Finding Conda in reticulate for more details. |
envname |
The name, or full path, of the environment in which Python packages are to be installed. When NULL (the default), the active environment as set by the RETICULATE_PYTHON_ENV variable will be used; if that is unset, then the r-reticulate environment will be used. |
extra_packages |
Extra packages to install. |
conda_python_version |
passed to reticulate::py_install |
... |
passed down to reticulate::py_install |
Nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.