Hi all, My apologies for a very simple question. I just downloaded R 2.6.0. I want to bring in all of the objects from 2.5.0 that I see when I type ls(). I have no idea how to do that. Thanks in advance. David -- ======================================================================David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison Educational Sciences, Room 1061 1025 W. Johnson Street Madison, WI 53706 email: dkaplan at education.wisc.edu Web: http://www.education.wisc.edu/edpsych/facstaff/kaplan/kaplan.htm Phone: 608-262-0836 Fax: 608-262-0843
?save.image ?load HTH. tc On 10/23/07, David Kaplan <dkaplan at education.wisc.edu> wrote:> Hi all, > > My apologies for a very simple question. I just downloaded > R 2.6.0. I want to bring in all of the objects from 2.5.0 > that I see when I type ls(). I have no idea how to do that. > > Thanks in advance. > > David > > > -- > ======================================================================> David Kaplan, Ph.D. > Professor > Department of Educational Psychology > University of Wisconsin - Madison > Educational Sciences, Room 1061 > 1025 W. Johnson Street > Madison, WI 53706 > > email: dkaplan at education.wisc.edu > Web: > http://www.education.wisc.edu/edpsych/facstaff/kaplan/kaplan.htm > Phone: 608-262-0836 > Fax: 608-262-0843 > > ______________________________________________ > 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. >-- Tim Calkins 0406 753 997
It sound like you have been loading an existing workspace in 2.5.0 when you started up R each time. I don't know much about this but you might want to see if you have some kind of .Rdata file in the 2.5.0 installation that is doing this. Otherwise did you make any changes to your Rprofile in 2.5.O that would have been automatically been loading Rdata files or sourcing a script file? --- David Kaplan <dkaplan at education.wisc.edu> wrote:> Hi all, > > My apologies for a very simple question. I just > downloaded > R 2.6.0. I want to bring in all of the objects from > 2.5.0 > that I see when I type ls(). I have no idea how to > do that. > > Thanks in advance. > > David > > > -- >======================================================================> David Kaplan, Ph.D.> Professor > Department of Educational Psychology > University of Wisconsin - Madison > Educational Sciences, Room 1061 > 1025 W. Johnson Street > Madison, WI 53706 > > email: dkaplan at education.wisc.edu > Web: >http://www.education.wisc.edu/edpsych/facstaff/kaplan/kaplan.htm> Phone: 608-262-0836 > Fax: 608-262-0843 > > ______________________________________________ > 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. >