configure_daisi {rdaisi} | R Documentation |
Set the necessary environment variables to configure the Daisi client
configure_daisi(python_path = NULL, daisi_instance = "app")
python_path |
The path to the python binary on your system |
daisi_instance |
The Daisi instance to connect to |
TRUE if successful update has occurred
## Not run:
configure_daisi(python_path = "/usr/local/bin/python3", daisi_instance = "app")
## End(Not run)