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