Thanks Martin!
Valerie
Martin Morgan wrote:
Hi Valerie --
curlPerform is expecting the url to be an option that is named, i.e.,
myopts <-curlOptions(netrc=1)
url <- "http://www.omegahat.org/RCurl/testPassword/index.html";
cat(curlPerform(url=url, .opts=myopts))
Basic Password Te
Hi Valerie --
curlPerform is expecting the url to be an option that is named, i.e.,
> myopts <-curlOptions(netrc=1)
> url <- "http://www.omegahat.org/RCurl/testPassword/index.html";
> cat(curlPerform(url=url, .opts=myopts))
Basic Password Test
Basic Password Test
This is a test page.
If yo
2 matches
Mail list logo