Usage
item_create(values, data.model)
Arguments
- values
a list of values, most likely output values coming from UI inputs
- data.model
a data.frame, defining the data model
Value
a data.frame of the new item, coerced to match with colClasses
Examples
if (FALSE) { # \dontrun{
item_create(values, data.model = mydatamodel)
} # }