| retry_api_call | R Documentation |
Retry an API call with exponential backoff
retry_api_call(call_fn, max_retries = 3, quiet = FALSE)
call_fn |
A function that performs the API call and returns an httr response |
max_retries |
Maximum number of retry attempts (default: 3) |
quiet |
If TRUE, suppress retry messages |
The httr response object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.