search for: england_lad_2011_gen

Displaying 3 results from an estimated 3 matches for "england_lad_2011_gen".

2016 Jun 22
2
dowload.file(method="libcurl") and GET vs. HEAD requests
...he first is from an issue that someone filed for the downloader package. The following works in R 3.2.4, but in R 3.3.0, it fails with a 404 (tested on a Mac): options(internet.info=1) # Show verbose download info url <- "https://census.edina.ac.uk/ukborders/easy_download/prebuilt/shape/England_lad_2011_gen.zip" download.file(url, destfile = "out.zip", method="libcurl") In R 3.3.0, the download succeeds with method="wget", and method="curl". It's only method="libcurl" that has problems. The second place I've encountered a problem is in...
2016 Jun 22
1
dowload.file(method="libcurl") and GET vs. HEAD requests
...r the downloader >> package. The following works in R 3.2.4, but in R 3.3.0, it fails with >> a 404 (tested on a Mac): >> options(internet.info=1) # Show verbose download info >> url <- >> "https://census.edina.ac.uk/ukborders/easy_download/prebuilt/shape/England_lad_2011_gen.zip" >> download.file(url, destfile = "out.zip", method="libcurl") >> >> In R 3.3.0, the download succeeds with method="wget", and >> method="curl". It's only method="libcurl" that has problems. >> >> &...
2016 Jun 22
0
dowload.file(method="libcurl") and GET vs. HEAD requests
...sue that someone filed for the downloader > package. The following works in R 3.2.4, but in R 3.3.0, it fails with > a 404 (tested on a Mac): > options(internet.info=1) # Show verbose download info > url <- "https://census.edina.ac.uk/ukborders/easy_download/prebuilt/shape/England_lad_2011_gen.zip" > download.file(url, destfile = "out.zip", method="libcurl") > > In R 3.3.0, the download succeeds with method="wget", and > method="curl". It's only method="libcurl" that has problems. > > > The second place I...