[Rd] environmentName

Gabor Grothendieck ggrothendieck at gmail.com
Sun Jan 7 11:01:33 CET 2007


I noticed the new environmentName in R 2.5.0dev.  Thus I gather that
each environment has:

(1) a name
(2) a hex value

so

1. environmentName gets the name.  Is there any way to set the name?

2. is there any way to get the hex value for an environment other than doing:
       e <- new.env()
       capture.output(e)



More information about the R-devel mailing list