quandl / quandl-r

This is Quandl's R Package
https://cran.r-project.org/web/packages/Quandl/
Other
139 stars 55 forks source link

Proxy setting #55

Closed atifaziz closed 7 years ago

atifaziz commented 7 years ago

It used to be possible to set the proxy option with older versions that used RCurl. Is there a way to do the same since the recent move to using httr?

atifaziz commented 7 years ago

Looks like one can use httr's set_config to do this globally once.