Extract                 Extract
clear                   Removes all key-value pairs from a hash
copy                    copy
del                     del, delete - remove key-value pair(s) from a
                        hash
format                  format - format a hash object for prinint
                        Methods for Function format in Package 'hash'
has.key                 Test for existence of key(s) on a hash
hash                    hash/associative array/dictionary data
                        structure for the R language
hash-class              Class "hash"
hash-package            hash package
invert                  Create/invert a hash.
is.empty                Test if a hash has no key-value pairs.
keys                    keys - get/set key(s) from a hash
make.keys               creates/coerces objects to proper hash keys
set                     set -assign key-value pair(s) to a hash
setkeys                 setkeys - change/rename the keys of a hash
values                  values
