Description Usage Arguments Value
Simple do.call retry wrapper
1 2 3 4 5 6 7 8 9 | do.retry(
what,
args,
quote = FALSE,
envir = parent.frame(),
attempt = 3,
sleep = 0,
handler = warning_handler
)
|
what |
passed to do.call |
args |
passed to do.call |
quote |
passed to do.call |
envir |
passed to do.call |
attempt |
max number of attempts |
sleep |
sleep time between attempts |
handler |
error handling function |
The returned value from function call
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.