Skip to content
Prev 226870 / 398500 Next

Loading .Rdata within an R function

On 08/07/2010 3:21 PM, Giles Crane wrote:
You didn't specify where you wanted it loaded.  Just add 
envir=environment() to the call to load.

Duncan Murdoch