Hi, I've saved an RData file with "save" and now I want to add a new object to this file. At the moment I do:
attach("file.RData")
save(list=c("new,obj", ls(pos=2)), file="file.RData", compress=T)
detach()
Is there a quicker method that just add the object to the file ?
Thanks
EJ
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
