An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100124/96468bb2/attachment.pl>
troubles with R
3 messages · Liina Pilv, jim holtman, Faisal Moledina
where did you save it to; what directory? did you restart in the same directory? most likely a procedural error. What is the problem you are trying to solve? Sent from my iPhone.
On Jan 24, 2010, at 9:46, Liina Pilv <liina at kodu.ee> wrote:
Dear adviser, I am fond of R, and enjoy it very much. But... I have great problems. I have saved the data before quitting but when I return to the R session I can not find my saved Data again. It is said: "Data which is saved will be available in future R sessions". ... is not TRUE. I work with iMAC (System Version:Mac OS X 10.5.8 (9L31a); Kernel Version: Darwin 9.8.0) There should be some differences between UNIX and Mac. thankfully waiting your answer Liina Pilv GP in Estonia [[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Liina,
On Sun, Jan 24, 2010 at 9:46 AM, Liina Pilv <liina at kodu.ee> wrote:
Dear adviser, I am fond of R, and enjoy it very much. But... I have great problems. ?I have saved the data before quitting but when I return to the R session I can not find my saved Data again. It is said: ?"Data which is saved will be available in future R sessions". ... is not TRUE.
Did you explicitly use the save() command and then try to load() the data in a new R session or did you rely on R to save the workspace? I prefer to save() and load() my data myself in to .Rdata files.
I work with iMAC (System Version:Mac OS X 10.5.8 (9L31a); ?Kernel Version: Darwin 9.8.0) There should be some differences between UNIX and Mac.
Might want to include your R version as well. Faisal