R-Object to R-Object Hash Maps
Get key comparison function of an hash table
String hashes for arbitrary R objects
Default hashmap values
Delete keys or key/value pairs from an hash table.
Key existence in hash tables
Get hash function of an hash table
Methods for S3 classes hashmap and hashset
Hash maps and sets
Insert keys or key/value pairs into an hash table.
List all keys from an hash table
Size of hash tables
On missing key behaviour
Query keys from an hash table.
r2r: R-Object to R-Object Hash Maps
Subsetting hashsets and hashmaps
List all values from an hash map
Implementation of hash tables (hash sets and hash maps) in R, featuring arbitrary R objects as keys, arbitrary hash and key-comparison functions, and customizable behaviour upon queries of missing keys.