Skip to content
Prev 197 / 12125 Next

[R-pkg-devel] download.file and https

On 03/07/2015 5:24 AM, Paul Gilbert wrote:
Have you tried specifying the protocol explicitly, i.e.

 download.file("https://research.stlouisfed.org/fred2/series/M2/downloaddata/M2.csv", destfile = tmp, method="libcurl")

?

Duncan Murdoch