[R] error 1 in extracting from zip file
Emilio Antonio Luca Gianicolo
emilio.gianicolo at ifc.cnr.it
Wed Jan 14 11:36:50 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
More information about the R-help
mailing list