Implements hash/associated arrays/dictionaries


[Package List] [Top]

Documentation for package ‘hash’ version 0.23

Help Pages

hash-package Hash/associative array/dictionary data structure for the R language.
$,hash-method Accessor methods for the hash class.
$<-,hash-method Accessor methods for the hash class.
.get Get values from a hash
.set assign key-value pair(s) to a hash
clear Removes all key-value pairs from a hash
clear,hash-method Removes all key-value pairs from a hash
clear-methods Removes all key-value pairs from a hash
del Remove key-value pair(s) from a hash
del,ANY,hash-method Remove key-value pair(s) from a hash
del-methods Remove key-value pair(s) from a hash
has.key Test for existence of key(s) on a hash
has.key,ANY,hash-method Test for existence of key(s) on a hash
has.key-methods Test for existence of key(s) on a hash
hash hash/associative array/dictionary data structure for the R language
hash-accessors Accessor methods for the hash class.
hash-class Class "hash"
keys Returns key(s) from a hash
keys,hash-method Returns key(s) from a hash
keys-methods Returns key(s) from a hash
length Returns the number of items in a hash
length,hash-method Returns the number of items in a hash
length-methods Returns the number of items in a hash
validate.key creates/coerces objects to proper hash keys
values Extract values of a hash object.
values,hash-method Extract values of a hash object.
values-methods Extract values of a hash object.
[,hash,ANY,missing,missing-method Accessor methods for the hash class.
[<-,hash,ANY,missing-method Accessor methods for the hash class.
[[,hash,ANY,missing-method Accessor methods for the hash class.
[[<-,hash,ANY,missing-method Accessor methods for the hash class.