hashtable_methods {r2r} | R Documentation |
Methods for S3 classes hashmap
and hashset
Description
This page provides an overview of the available methods for
hashmap
and hashset
objects (and for their common parent class
hashtable
). We list methods based on the general type of task
addressed.
Basic read/write operations
-
insert()
-
delete()
-
query()
-
subsetting_hashtables:
`[[`
,`[[<-`
,`[`
and`[<-`
Size of hash table
Other key or value access operations
Get/set hashtable properties
Author(s)
Valerio Gherardi
[Package r2r version 0.1.1 Index]