enumValues | R Documentation |
Get the values stored in an enum
enumValues(enum)
enum |
|
List of values stored in the enum
.
Other enumeration-helpers:
enumGetKey()
,
enumGetValue()
,
enumHasKey()
,
enumKeys()
,
enumPut()
,
enumRemove()
,
enum()
Symbol <- enum(c(Diamond = 1, Triangle = 2, Circle = 2)) enumValues(Symbol)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.