Created
July 30, 2015 08:44
-
-
Save safferli/65f3e3c8493513ea203e to your computer and use it in GitHub Desktop.
curl::ie_proxy_info() test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> library("curl") | |
> curl::ie_proxy_info() | |
$AutoDetect | |
[1] TRUE | |
$AutoConfigUrl | |
NULL | |
$Proxy | |
NULL | |
$ProxyBypass | |
NULL | |
> sessionInfo() | |
R version 3.2.1 (2015-06-18) | |
Platform: x86_64-w64-mingw32/x64 (64-bit) | |
Running under: Windows 7 x64 (build 7601) Service Pack 1 | |
locale: | |
[1] LC_COLLATE=German_Germany.1252 LC_CTYPE=German_Germany.1252 LC_MONETARY=German_Germany.1252 LC_NUMERIC=C | |
[5] LC_TIME=German_Germany.1252 | |
attached base packages: | |
[1] stats graphics grDevices utils datasets methods base | |
other attached packages: | |
[1] curl_0.9.1 | |
loaded via a namespace (and not attached): | |
[1] tools_3.2.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment