View source: R/error_handling.R
| call_api_with_retry | R Documentation |
Wrapper for tuber API calls with built-in retry logic
call_api_with_retry(api_function, ..., retry_config = list())
api_function |
The tuber API function to call |
... |
Arguments to pass to the API function |
retry_config |
List of retry configuration options |
Result of API function call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.