Re: [R] directory of files in a zip file?

2009-01-07 Thread Spencer Graves
Dear Prof. Ripley: Thanks very much. The getZipInfo function in the Rcompression package gave me information on all of the files in my zip file, as you suggested. Then unzip in the memisc package extracted the desired file and returned a character string giving the name of

[R] directory of files in a zip file?

2009-01-06 Thread Spencer Graves
Hi, All: How can I get the list of files contained in a zip file? zip.file.extract will extract a specific 'file' from 'zipname', but how can I get the names of the files in 'zipname'? Thanks, Spencer __ R-help@r-project.org

Re: [R] directory of files in a zip file?

2009-01-06 Thread Prof Brian Ripley
On Tue, 6 Jan 2009, Spencer Graves wrote: Hi, All: How can I get the list of files contained in a zip file? zip.file.extract will extract a specific 'file' from 'zipname', but how can I get the names of the files in 'zipname'? Package Rcompression will I believe allow you to do this.