Re: [R] ""error 1 in extracting from zip file"

2015-01-14 Thread John McKown
On Wed, Jan 14, 2015 at 4:32 AM, Emilio Gianicolo wrote: > 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

[R] error 1 in extracting from zip file

2015-01-14 Thread Emilio Antonio Luca Gianicolo
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 unz

[R] ""error 1 in extracting from zip file"

2015-01-14 Thread Emilio Gianicolo
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 un