init_verta: Initialize Verta Client object

Description Usage Arguments

View source: R/client_api_scaffold.R

Description

by default using conda with the default settings is recommended. This will create a verta_reticulate conda env, and the verta python client will be installed there. If the method is auto or python, we'll try to install verta using pip or pip3. If python_path is not provided, we'll try to find it.

Usage

1
2
3
4
5
6
7
8
9
init_verta(
  HOST,
  method = "conda",
  conda = "auto",
  envname = "verta_reticulate",
  extra_packages = NULL,
  conda_python_version = "3.9.5",
  python_path = NULL
)

Arguments

HOST

The

method

- auto, virtualenv,conda or python -default conda

conda

- path to conda executable

envname

name of the conda environment

python_path

path, optional

python

one of [python,conda, miniconda, venv]


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