Learn R Programming

rdaisi (version 0.1.3)

DaisiExecution: Generate a new execution of a given Daisi

Description

Generate a new execution of a given Daisi

Usage

DaisiExecution(daisi, endpoint, ...)

Value

DaisiExecution object with the Execution parameters

Arguments

daisi

The Daisi object, initialized with Daisi()

endpoint

The endpoint of the Daisi to call

...

Arguments passed onto the underlying Daisi

Examples

Run this code
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