configure_daisi {rdaisi} | R 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)
[Package rdaisi version 0.1.3 Index]