Description Usage Arguments Value
Lifted from https://github.com/peterhurford/handlr/blob/master/R/try_stack.R
1 | with_retries(expr, num_tries = 1, sleep = 0.001)
|
expr |
expression. The expression to evaluate with retries. |
num_tries |
numeric. The number of attempts. |
sleep |
numeric. How long to wait between attempts. |
TRUE if the expression gets evaluated successfully on some attempt.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.