View source: R/rate_limiting.R
| rate_limit | R Documentation |
Uses a sliding window approach to track requests and enforce limits. This replaces the old environment variable-based approach.
rate_limit(force_wait = FALSE)
force_wait |
Logical. If TRUE, will wait even if under limit |
Invisible TRUE
Other rate limiting:
get_rate_limit_status(),
rate-limiting,
reset_rate_limit()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.