Emilio Antonio Luca Gianicolo
2015-Jan-14 10:36 UTC
[R] error 1 in extracting from zip file
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