[R] append for .Rdata?
Prof Brian Ripley
ripley at stats.ox.ac.uk
Tue Oct 9 18:25:43 CEST 2012
On 09/10/2012 16:35, Jessica Streicher wrote:
> Can i somehow append objects to an .Rdata file?
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).
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
More information about the R-help
mailing list