View source: R/check_process.R
throttle | R Documentation |
Generate A Rate Limiting Throttle Function
throttle(interval = 0.2)
interval |
An interval (in seconds) that is the minimum interval
before throttle will return |
A throttling function with the provided interval. When called, returns a logical value indicating whether the throttle interval has passed (TRUE if the interval has not yet passed).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.