[R] troubles with R

Faisal Moledina faisal.moledina at gmail.com
Sun Jan 24 18:07:11 CET 2010


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



More information about the R-help mailing list