Skip to Content

Reference index for {hash}

Function/ClassDescription
.set {hash}assign key-value pair(s) to a hash
as.list.hash {hash}hash/associative array/dictionary data structure for the R language
clear {hash}Removes all key-value pairs from a hash
copy {hash}Create a seperate copy of a hash object.
del {hash}Remove key-value pair(s) from a hash
delete {hash}Remove key-value pair(s) from a hash
format {hash}Methods for Function format in Package 'hash'
has.key {hash}Test for existence of key(s) on a hash
hash {hash}hash/associative array/dictionary data structure for the R language
invert {hash}Create an inverted hash.
inverted.hash {hash}Create an inverted hash.
is.empty {hash}Test if a hash has no key-value pairs.
is.hash {hash}hash/associative array/dictionary data structure for the R language
keys {hash}Returns key(s) from a hash
length {hash}Returns the number of items in a hash
make.keys {hash}creates/coerces objects to proper hash keys
names {hash}Returns key(s) from a hash
names.hash {hash}Returns key(s) from a hash
values {hash}Extract values of a hash object.