# Activate only the SSL.
curlGlobalInit("ssl")
# Don't run these automatically as we should only call this function
# once per R session
# Everything, the default.
curlGlobalInit()
# Nothing.
curlGlobalInit("none")
curlGlobalInit(0)
Run the code above in your browser using DataLab