Skip to content
Prev 307440 / 398506 Next

append for .Rdata?

On 09/10/2012 16:35, Jessica Streicher wrote:
No.  See the 'R Internals' manual for the details.

BTW, it is '.RData': R is case sensitive and so are many file systems.

It sounds like you should be using a database of the results of 
saveRDS() for each object (which is what lazy-loading uses, BTW).