configure_daisi: Set the necessary environment variables to configure the...

View source: R/rdaisi.R

configure_daisiR Documentation

Set the necessary environment variables to configure the Daisi client

Description

Set the necessary environment variables to configure the Daisi client

Usage

configure_daisi(python_path = NULL, daisi_instance = "app")

Arguments

python_path

The path to the python binary on your system

daisi_instance

The Daisi instance to connect to

Value

TRUE if successful update has occurred

Examples

## Not run: 
configure_daisi(python_path = "/usr/local/bin/python3", daisi_instance = "app")

## End(Not run)

rdaisi documentation built on July 20, 2022, 5:05 p.m.