[R] ""error 1 in extracting from zip file"
Emilio Gianicolo
egianico at uni-mainz.de
Wed Jan 14 11:32:52 CET 2015
Hi,
I've some troubles in running this program
http://rpubs.com/adam_dennett/8955.
I create this object:
temp <- tempfile(fileext = ".zip")
But, after downloading this file
download.file("http://epp.eurostat.ec.europa.eu/cache/GISCO/geodatafiles/NUTS_2010_60M_SH.zip",
temp)
when I try to unzip
unzip(temp)
I get this message: " /error 1/ in /extracting/ from /zip/ file"
Thanks for your help
Emilio
[[alternative HTML version deleted]]
More information about the R-help
mailing list