[R] load file RData which store in zip file

Muhammad Subianto msubianto at gmail.com
Wed Mar 29 12:17:37 CEST 2006


I apologize for my lack of  knowledge.
Thank you very much for the suggestions.
These are exactly what I was looking for.

> ?zip.file.extract
Help for 'zip.file.extract' is shown in the browser

Maybe I must re-run and re-save again to compress my R workspace.

> ?save.image
Help for 'save.image' is shown in the browser

Regards, Muhammad Subianto


On 3/29/06, Philipp Pagel <philipp.pagel.lists at t-online.de> wrote:
> On Wed, Mar 29, 2006 at 11:44:03AM +0200, Muhammad Subianto wrote:
> > How can I open/load "filename.zip"? Is there any function to open R
> > workspace which it store in zip file?
>
> I think you have two options:
>
> 1) use zip.file.extract() to unzip the file before loading
>
> 2) save your data with save.image(file="foo.RData", compress = True)
>
> cu
>         Philipp
>
> --
> Dr. Philipp Pagel                            Tel.  +49-8161-71 2131
> Dept. of Genome Oriented Bioinformatics      Fax.  +49-8161-71 2186
> Technical University of Munich
> Science Center Weihenstephan
> 85350 Freising, Germany
>
>  and
>
> Institute for Bioinformatics / MIPS          Tel.  +49-89-3187 3675
> GSF - National Research Center               Fax.  +49-89-3187 3585
>       for Environment and Health
> Ingolstädter Landstrasse 1
> 85764 Neuherberg, Germany
> http://mips.gsf.de/staff/pagel
>




More information about the R-help mailing list