Argument can be a single value, or multiple values in parenthesis separated by comma. Value that doesn’t contain any reserved character or a white space can be unquoted, other arguments must be enclosed in single or double quotes.
Examples
add
Creates a new instance of an entity (i.e. a new row of the entity data table) and returns the id.
Parameter
Description
Required
entity
The entity name of the entity to create
yes
...
Var arg list of attribute names and values
yes
Example
addAll
Creates new instances of an entity (i.e. adds new rows to the entity data table) and returns the ids.
Parameter
Description
Required
entity
The entity name of the entity to create
yes
rows
data frame where each row represents an entity instance