On Sat, 3 Jul 2004 [EMAIL PROTECTED] wrote: > [b] options(?): how do I get R to not prompt me for saving the > workspace upon exit, but to instead automatically save the command > history .Rhistory but not the data .RData ?
The first is in the appendix to An Introduction to R: --no-save etc. For the second, see ?savehistory and especially its example. -- Brian D. Ripley, [EMAIL PROTECTED] 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 ______________________________________________ [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
