hash-package |
Hash/associative array/dictionary data structure for the R language. |
$,hash-method |
Accessor methods for the hash class. |
$<-,hash,ANY,ANY-method |
Accessor methods for the hash class. |
$<-,hash,ANY,NULL-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 |
as.list.hash |
hash/associative array/dictionary data structure for the R language |
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 |
delete |
Remove key-value pair(s) from a hash |
delete,ANY,hash-method |
Remove key-value pair(s) from a hash |
delete-methods |
Remove key-value pair(s) from a hash |
format,hash-method |
Methods for Function format in Package '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" |
invert |
Create an inverted hash. |
invert,hash-method |
Create an inverted hash. |
invert-methods |
Create an inverted hash. |
inverted.hash |
Create an inverted hash. |
is.hash |
hash/associative array/dictionary data structure for the R language |
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 |
make.keys |
creates/coerces objects to proper hash keys |
names |
Returns key(s) from a hash |
names.hash |
Returns key(s) from a hash |
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,ANY-method |
Accessor methods for the hash class. |
[<-,hash,ANY,missing,NULL-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,ANY-method |
Accessor methods for the hash class. |
[[<-,hash,ANY,missing,NULL-method |
Accessor methods for the hash class. |
[[<-,hash,ANY,missing-method |
Accessor methods for the hash class. |