powered by
Get the values stored in an enum
enumValues(enum)
enum containing the values
enum
List of values stored in the enum.
Other enumeration-helpers: enumGetKey(), enumGetValue(), enumHasKey(), enumKeys(), enumPut(), enumRemove(), enum()
enumGetKey()
enumGetValue()
enumHasKey()
enumKeys()
enumPut()
enumRemove()
enum()
# NOT RUN { Symbol <- enum(c(Diamond = 1, Triangle = 2, Circle = 2)) enumValues(Symbol) # }
Run the code above in your browser using DataLab