2 simple ways: 1) When launching R, set the working directory to that of previous R installation - how to do this is system specific.
or 2) Copy the .Rdata file from the previous working directory to the new one. You can check your current working directory by typing getwd() Petr David Kaplan napsal(a): > Hi all, > > I just loaded R 2.50. I want this version to bring the objects from the > previous version. How do I do that? > > Thanks > > David > > ______________________________________________ > [email protected] 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. > -- Petr Klasterecky Dept. of Probability and Statistics Charles University in Prague Czech Republic ______________________________________________ [email protected] 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.
