Skip to content

zip.file.extract

3 messages · Li, Xuejun, Duncan Murdoch, Wacek Kusnierczyk

#
On 3/19/2009 2:30 PM, Li, Xuejun wrote:
That seems fairly unlikely to be a zip file; it looks like a gzip file, 
based on the extension.

zip.file.extract is for zip archives.  The closest equivalent in the 
gzip world is a .tar.gz file.

I don't know if there is a built-in gunzip function, but you can call a 
system function using system().

Duncan Murdoch
#
Duncan Murdoch wrote:
see gzip in R.utils.  admitedly, it's help page is quite informative, as
opposed to that for zip.file.extract.

vQ