safe_GET | R Documentation |
Perform several attempts of an HTTP GET operation.
safe_GET(url, timeout = 1, num_attempts = 5)
url |
GET request url. |
timeout |
Time (seconds) to wait in each attempt. |
num_attempts |
Maximum number of attempts to be made. |
Response instance containing possible error message and the http response content.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.