try_and_wait | R Documentation |
Attempt to Execute an Expression and Retry After Failure #'
try_and_wait(expr, time_to_wait = 120, number_of_attempts = 10)
expr |
an expression that shell be executed |
time_to_wait |
time to wait until the next try after a failure |
number_of_attempts |
numeric, how often shall we try? |
outcome of the expression to be evaluated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.