Package: ratelimitr 0.4.2
ratelimitr: Rate Limiting for R
Allows to limit the rate at which one or more functions can be called.
Authors:
ratelimitr_0.4.2.tar.gz
ratelimitr_0.4.2.zip(r-4.7)ratelimitr_0.4.2.zip(r-4.6)ratelimitr_0.4.2.zip(r-4.5)
ratelimitr_0.4.2.tgz(r-4.6-any)ratelimitr_0.4.2.tgz(r-4.5-any)
ratelimitr_0.4.2.tar.gz(r-4.7-any)ratelimitr_0.4.2.tar.gz(r-4.6-any)
ratelimitr_0.4.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
ratelimitr/json (API)
NEWS
| # Install 'ratelimitr' in R: |
| install.packages('ratelimitr', repos = c('https://tarakc02.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/tarakc02/ratelimitr/issues
Last updated from:a1bff86355. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 115 | ||
| source / vignettes | OK | 159 | ||
| linux-release-x86_64 | OK | 109 | ||
| macos-release-arm64 | OK | 149 | ||
| macos-oldrel-arm64 | OK | 156 | ||
| windows-devel | OK | 82 | ||
| windows-release | OK | 67 | ||
| windows-oldrel | OK | 67 | ||
| wasm-release | OK | 94 |
Exports:get_functionget_precisionget_rateslimit_raterateresetUPDATE_RATE
Dependencies:assertthat
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Access the original function from a rate limited function | get_function |
| Access the rate limit precision | get_precision |
| Access the rate limit(s) of a rate limited function | get_rates |
| Limit the rate at which a function will execute | limit_rate limit_rate.function limit_rate.function_list limit_rate.list |
| Create a new rate | rate |
| Re-create a rate-limited function | reset |
| Update the rate limit of an existing rate limited function | UPDATE_RATE |
