[R] How to add an object to an RData file ?

Ernesto Jardim ernesto at ipimar.pt
Thu Jul 29 11:33:09 CEST 2004


On Wed, 2004-07-28 at 20:07, Thomas Lumley wrote:
> On Wed, 28 Jul 2004, Liaw, Andy wrote:
> 
> > I guess it would be nice if save() has an `append' option...
> 
> It would still have to read it in and out again, and then we would have
> all the issues about multiple objects with the same name.
> 
> 	-thomas
> 

Hi,

The best way is to write my own function "append" with the small code
I've inserted in my original message. Any ideas how to make it more
interesting (checking if another object with the same name exists ?) and
...

Thanks

EJ




More information about the R-help mailing list