Description Usage Arguments Details Value See Also Examples
View source: R/enum_stato_class.R
A base class in the struct package. Should not be called directly.
1 2 3 4 5 6 7 8 9 | enum_stato(
name,
description = character(0),
type = "character",
value = character(0),
max_length = 1,
allowed,
stato_id
)
|
name |
the name of the object |
description |
a description of the object |
type |
the type of the struct object |
value |
The value of the parameter/outputs |
max_length |
Maximum length of value vector (default 1) |
allowed |
A list of allowed values |
stato_id |
The STATO ID for the entity |
Extends the enum
class to include stato functionality.
an enum_stato object
Refer to enum
and stato
for further
info.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.