Description Usage Arguments Value Examples
Keeps trying a functiont until it succeeds
1 | definitely(func, n_tries = 10, sleep = 1, ...)
|
func |
A function you want to succed. |
n_tries |
The number of tries before failing. 10 by default. |
sleep |
Number of seconds between each try. 1 second by default. |
... |
Further arguments passed to func |
Returns the result of func, or NULL if unsuccessful.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.