values | R Documentation |
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.
values(x)
## S3 method for class 'r2r_hashmap'
values(x)
x |
an |
a list. Values associated to keys in the hash map x
.
Valerio Gherardi
m <- hashmap(list("a", 1), list("b", 2))
values(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.