Skip to content
Prev 36724 / 63424 Next

Restrict access to variables in parent environment

On Fri, May 14, 2010 at 10:10 AM, Gabor Grothendieck
<ggrothendieck at gmail.com> wrote:
Another approach is to inspect function by function:

library(codetools)
findGlobals(f, F)$variables

Hadley