On Fri, May 14, 2010 at 10:10 AM, Gabor Grothendieck <[email protected]> wrote: > You can get around that by using this instead: > > environment(f) <- as.environment(2) > > provided it is done after you have loaded all your packages.
Another approach is to inspect function by function: library(codetools) findGlobals(f, F)$variables Hadley -- Assistant Professor / Dobelman Family Junior Chair Department of Statistics / Rice University http://had.co.nz/ ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
