make_function_safe_slow_insistent | R Documentation |
Makes a function slow (delay before it's called) insistent (retries execution on fail) and safe (return error message instead of stopping)
make_function_safe_slow_insistent(.function, delay = 0, attempts = 3)
.function |
A |
delay |
|
attempts |
|
Returns a function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.