Message-ID: <50745007.3030309@stats.ox.ac.uk>
Date: 2012-10-09T16:25:43Z
From: Brian Ripley
Subject: append for .Rdata?
In-Reply-To: <6C4CD40F-F49E-44DB-8B63-7D73E4141CFB@micromata.de>
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