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