keys {r2r} | R Documentation |
List all keys from an hash table
Description
These generics are used for listing all keys registered in an
hashset
or hashmap
, respectively.
Usage
keys(x)
## S3 method for class 'r2r_hashtable'
keys(x)
Arguments
x |
an |
Value
a list. Registered keys in the hash table x
.
Author(s)
Valerio Gherardi
Examples
s <- hashset(1, 2, 3)
keys(s)
[Package r2r version 0.1.1 Index]