MattCowgill / readabs

Download and tidy time series data from the Australian Bureau of Statistics in R
https://mattcowgill.github.io/readabs/
Other
101 stars 22 forks source link

Allow `wininet` method to be used via new `R_READABS_DL_METHOD` env variable #247

Closed MattCowgill closed 5 months ago

MattCowgill commented 5 months ago

Certain corporate IT networks require method = "wininet" in order to download files. This PR enables users to set this as the default method for downloading files via the R_READABS_DL_METHOD environment variable.