powered by
Generate a new execution of a given Daisi
DaisiExecution(daisi, endpoint, ...)
DaisiExecution object with the Execution parameters
The Daisi object, initialized with Daisi()
The endpoint of the Daisi to call
Arguments passed onto the underlying Daisi
if (FALSE) { configure_daisi() d <- Daisi("Add Two Numbers") de <- DaisiExecution(d, list(firstNumber = 5, secondNumber = 6)) Sys.sleep(1) de$value() }
Run the code above in your browser using DataLab