# Activate only the SSL.
curlGlobalInit("ssl")
## Not run:
# # 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)
# ## End(Not run)
Run the code above in your browser using DataLab