Function: A function with a name, which might take Parameters and...

Description Usage Arguments Value See Also

View source: R/types.R

Description

A function with a name, which might take Parameters and return a value of a certain type.

Usage

1
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

Entity


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.