Skip to content
Prev 67272 / 398503 Next

Zipping Rdata Files

On Thu, 7 Apr 2005 Brian.J.GREGOR at odot.state.or.us wrote:

            
Not if they were saved with compress=TRUE: it is likely to increase the 
size of compressed saved images.
That is true, but I think you are looking for gzip format.  If you want 
zip format, just use a system call to zip (if you have it). 
zip.file.extract is provided only because R for Windows needs to unzip on 
systems without unzip.  (On other platforms it calls unzip.)
Yes, for gzip (not zip).  gzfile() connections, as used by 
save(compress=TRUE) and by load().
That's because gzip >g<zips a file, not zips a file.  gzip and zip are 
different formats.