[R] hashmap in R

Dieter Menne dieter.menne at menne-biomed.de
Thu May 8 09:23:25 CEST 2008


Qiang Li (Jonathan <jonathanli_1999 <at> yahoo.com> writes:

> Have people tried to implement a hashmap in R? What is the generic way to
implement a lookup table in R?

By default, this is implicit, for example, when using named vectors.

http://finzi.psych.upenn.edu/R/Rhelp02a/archive/51507.html

and ?environment

Dieter



More information about the R-help mailing list