rate_sleep | R Documentation |
If the rate's internal counter exceeds the maximum number of times
it is allowed to sleep, rate_sleep()
throws an error of class
purrr_error_rate_excess
.
rate_sleep(rate, quiet = TRUE)
rate_reset(rate)
rate |
A rate object determining the waiting time. |
quiet |
If |
Call rate_reset()
to reset the internal rate counter to 0.
rate_backoff()
, insistently()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.