[R] Keeping data after upgrading R to a new version [was: A very simple question]

Petr Klasterecky klaster at karlin.mff.cuni.cz
Wed Apr 25 07:07:27 CEST 2007


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
> 
> ______________________________________________
> R-help at stat.math.ethz.ch 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



More information about the R-help mailing list