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