inst/examples/proxy.R

library(RCurl)
if(FALSE) {
getURL("http://curl.haxx.se/mail/archive-2004-04/0035.html",
        proxy="wwwproxy.ru.ac.za:3128", proxyauth=TRUE,
        proxyuserpwd="mysuername:mypassword")  #withrelevant username etc
}

Try the RCurl package in your browser

Any scripts or data that you put into this service are public.

RCurl documentation built on Nov. 3, 2023, 1:09 a.m.