Skip to content
Prev 6076 / 63468 Next

is.environment, as.environment, and NULL

On Tue, 28 Aug 2001, Kurt Hornik wrote:

            
Interesting.  Was it ever documented to?
NULL is just shorthand: there is a proper R object for base:
<environment: R_GlobalEnv>
[1] FALSE

It was news to me that NULL for .GlobalEnv worked at R level.

Brian