Liina, On Sun, Jan 24, 2010 at 9:46 AM, Liina Pilv <li...@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 ______________________________________________ R-help@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.