Skip to content
Prev 308601 / 398506 Next

append for .Rdata?

Two issues, one was that i just wanted to do some calculation and then save it without having to load the rest again beforehand and have to delete variables in my working environment so they don't get saved as well. The second was the issue that i'd like to have most of the data in one big file, but after a while it gets too big to hold it all in memory.

At the moment i'm creating several files, one for each "experiment", but that means i have to create and save some data more than once. I guess i could split of the stuff that is used in more than one experiment so its only around once. I'll take a look at the lazy-load stuff too, thanks.
On 10.10.2012, at 19:47, J Toll wrote: