keys | R Documentation |
These generics are used for listing all keys registered in an
hashset
or hashmap
, respectively.
keys(x)
## S3 method for class 'r2r_hashtable'
keys(x)
x |
an |
a list. Registered keys in the hash table x
.
Valerio Gherardi
s <- hashset(1, 2, 3)
keys(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.