[R] Storing/Restoring R objects

Jeff Newmiller jdnewmil at dcn.davis.ca.us
Wed Jan 11 22:47:02 CET 2012


?save
?load
You may need to create single use environment objects to hold the whole file while you separate multiple objects.
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.

Rich Shepard <rshepard at appl-ecosys.com> wrote:

>One of my projects has generated quite a few objects (data frames)
>related
>to one portion of this project. They can be listed with the ls()
>function. 
>What I would like to do is move them to another directory so that data
>frames for other portions of the project can be more easily seen and
>used.
>
>.RData is a binary file. Are there tools that let me work with this
>file?
>What if I rename it and start a new .RData file when I next invoke R?
>Could
>I then specify which .RData file should be available on demand?
>
>I have not seen (or remembered if I did) discussions on this topic.
>Please
>advise.
>
>Rich
>
>______________________________________________
>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.



More information about the R-help mailing list