vc_install: Install or update the VFB connect python module

View source: R/install.R

vc_installR Documentation

Install or update the VFB connect python module

Description

This uses reticulate::py_install to install or update the underlying python package.

Usage

vc_install(package = "vfb-connect", ...)

Arguments

package

Optional package name, possible with version specifier (see examples)

...

Additional arguments passed to reticulate::py_install

Examples

## Not run: 
vc_install()

# install a specific version
vc_install("vfb-connect~=1.2.4")

## End(Not run)

jefferis/vfbconnectr documentation built on Sept. 4, 2024, 4:52 p.m.