Re: [R] save history only option under Linux

2009-04-28 Thread alex lee
I put savehistory() in my profile file, and it works nicely. Thank you very much, jdeisenberg. alex jdeisenberg wrote: > > > alex lee wrote: >> >> Is there any options that I can save history only? >> The only save option is --save, which saves both data and history. >> However I want to res

Re: [R] save history only option under Linux

2009-04-27 Thread jdeisenberg
alex lee wrote: > > Is there any options that I can save history only? > The only save option is --save, which saves both data and history. > However I want to restore the history for my next R session.. > > If there is no such option that meets my needs. Is there any other way to > work out, s

[R] save history only option under Linux

2009-04-27 Thread alex lee
Hi, I have a question regarding the R command options under Linux Is there any options that I can save history only? The only save option is --save, which saves both data and history. I don't want to save temporary data, because sometimes the it takes much time if the temp data is too big. Howeve