powered by
This function is used to list all values associated to keys in an hashmap. Implemented as a generic, but currently only the hashmap method is defined.
hashmap
values(x)# S3 method for r2r_hashmap values(x)
# S3 method for r2r_hashmap values(x)
an hashset or hashmap.
hashset
a list. Values associated to keys in the hash map x.
x
# NOT RUN { m <- hashmap(list("a", 1), list("b", 2)) values(m) # }
Run the code above in your browser using DataLab