Daisi {rdaisi} | R Documentation |
Initialize and connect to the given Daisi
Daisi(daisi_id, base_url = NULL)
daisi_id |
The name or UUID of the daisi |
base_url |
The platform on which to access the daisi |
daisi object with daisi information
## Not run:
configure_daisi()
d <- Daisi("Add Two Numbers")
d
## End(Not run)