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]]
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
Dear friends, thank you Liina Pilv On Jan 24, 2010, at 6:56 PM, Jim Holtman wrote:> 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. >
Possibly Parallel Threads
- Error with dbcheck after upgrade to 4.10.2
- Installing Gray Matter , need assistance please (Specs)
- NT_STATUS_INTERNAL_DB_CORRUPTION messages in log.samba--proper course of action?
- NT_STATUS_INTERNAL_DB_CORRUPTION messages in log.samba--proper course of action?
- R 2.10 'memory leak'? on OS X