throttle {checked} | R Documentation |
Generate A Rate Limiting Throttle Function
Description
Generate A Rate Limiting Throttle Function
Usage
throttle(interval = 0.2)
Arguments
interval |
An interval (in seconds) that is the minimum interval
before throttle will return |
Value
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).
[Package checked version 0.2.0 Index]