Enum {stencilaschema} | R Documentation |
An enumeration
Description
An enumeration
Usage
Enum(...)
Arguments
... |
The values in the enumeration |
Value
A list
of class Enum
describing the valid values
in an enumeration
Examples
Enum("apple", "pear", "orange")
[Package stencilaschema version 1.0.0 Index]