View source: R/helpers_download.R
| download_with_retry | R Documentation |
Executes a download function with automatic retry on failure. Uses exponential backoff between retry attempts.
download_with_retry(fn, max_retries = 3, quiet = FALSE, desc = "Download")
fn |
Function to execute (should return data on success) |
max_retries |
Maximum number of retry attempts |
quiet |
If TRUE, suppresses retry warnings |
desc |
Description of what's being downloaded (for error messages) |
Result from fn() if successful
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.