Re: [R] loading multiple .Rdata and preserving variable names

2009-07-15 Thread Barry Rowlingson
On Wed, Jul 15, 2009 at 10:41 AM, Duncan Murdoch wrote: > Given two .RData files, you can load them into separate environments. > Dealing with conflicting variables names is another issue, of course. > > For example: > > DataSet1 <- new.env() > load( "somefile", envir=DataSet1) > > Now use ls(Data

Re: [R] loading multiple .Rdata and preserving variable names

2009-07-15 Thread Duncan Murdoch
On 15/07/2009 5:00 AM, Žroutík wrote: Dear R-users, I need to load outputs from multiple previous calculations into one R session for comparison and (cross-)analysis. The previous calculations are stored in different directories in .Rdata files (I don't know if this is the best storage for later

[R] loading multiple .Rdata and preserving variable names

2009-07-15 Thread Žroutík
Dear R-users, I need to load outputs from multiple previous calculations into one R session for comparison and (cross-)analysis. The previous calculations are stored in different directories in .Rdata files (I don't know if this is the best storage for later usage, but the previous project could b