install_verta: Install Verta Library

Description Usage Arguments Value

View source: R/client_api_scaffold.R

Description

Install Verta Library

Usage

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,
  ...
)

Arguments

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

Value

Nothing


botchkoAI/vertaReticulateClient documentation built on Dec. 19, 2021, 10:50 a.m.