options(RCurlOptions = list(verbose = TRUE,
followlocation = TRUE,
autoreferer = TRUE,
nosignal = TRUE))
x = getURL("http://www.omegahat.org/RCurl")
# here we override one of these.
x = getURL("http://www.omegahat.org/RCurl", verbose = FALSE)
Run the code above in your browser using DataLab