Open a Zip File From a URL
getZip.RdAllows downloading and reading of a zip file containing one file
Details
Allows downloading and reading of zip file containing one file. The file may be password protected. If a password is needed then one will be requested unless given.
Note: to make password-protected zip file z.zip, do zip -e z myfile
Examples
if (FALSE) { # \dontrun{
read.csv(getZip('http://test.com/z.zip'))
} # }