Description Details Note Author(s) References See Also Examples
Hash/associative array/dictionary data structure for the R language.
This S4 class is designed to provide a hash-like data structure in a native R style and provides the general methods for hash/dictionary operations.
The hash package is the only full featured hash implementation for the R language. It provides more features and finer control of the hash behavior than the native features. It hss similar and some cases better performance, e.g. compared to lists with a large number of elements.
Christopher Brown
Maintainer: Christopher Brown <chris.brown -at- decisionpatterns -dot- com>
Some discussion can be found here:
hash
,
Extract()
and
environment
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.