Skip to content
Prev 165990 / 398502 Next

eval using a environment X but resultsin .GlobalEnv

Try this:

.GlobalEnv$x <- 3

Also

x <<- 3

will work if there is no x between V and the global environment but if
there is then that one will get set rather than the one in the global
environment.
On Mon, Jan 5, 2009 at 1:52 AM, Saptarshi Guha <saptarshi.guha at gmail.com> wrote: