Skip to content
Prev 38766 / 63424 Next

key-value mapping in C inside R?

On Dec 30, 2010, at 7:50 AM, Matteo Bertini wrote:

            
environment created with hash=TRUE, e.g.:
e = new.env(TRUE, emptyenv())
e[["foo"]] = "bar"

You can even set "size" with the expected size if you know it in advance.

Cheers,
Simon