getCurlErrorClassNames | R Documentation |
This function returns the names of all of the
error classes that curl can raise as a result
of a request. You can use these names
in calls to tryCatch
to identify the class of the error for which you
want to provide an error handler.
getCurlErrorClassNames()
A character vector
Duncan Temple Lang
libcurl documentation
tryCatch
curlPerform
and higher-level functions
for making requests.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.