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]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to