Function {stencilaschema} | R Documentation |
A function with a name, which might take Parameters and return a value of a certain type.
Description
A function with a name, which might take Parameters and return a value of a certain type.
Usage
Function(id, meta, name, parameters, returns)
Arguments
id |
The identifier for this item. |
meta |
Metadata associated with this item. |
name |
The name of the function. |
parameters |
The parameters of the function. |
returns |
The return type of the function. |
Value
A list
of class Function
See Also
[Package stencilaschema version 1.0.0 Index]