Package: ratelimitr 0.4.1
ratelimitr: Rate Limiting for R
Allows to limit the rate at which one or more functions can be called.
Authors:
ratelimitr_0.4.1.tar.gz
ratelimitr_0.4.1.zip(r-4.5)ratelimitr_0.4.1.zip(r-4.4)ratelimitr_0.4.1.zip(r-4.3)
ratelimitr_0.4.1.tgz(r-4.4-any)ratelimitr_0.4.1.tgz(r-4.3-any)
ratelimitr_0.4.1.tar.gz(r-4.5-noble)ratelimitr_0.4.1.tar.gz(r-4.4-noble)
ratelimitr_0.4.1.tgz(r-4.4-emscripten)ratelimitr_0.4.1.tgz(r-4.3-emscripten)
ratelimitr.pdf |ratelimitr.html✨
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 6 years agofrom:e0d3a1e7b7. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | OK | Nov 16 2024 |
R-4.5-linux | OK | Nov 16 2024 |
R-4.4-win | OK | Nov 16 2024 |
R-4.4-mac | OK | Nov 16 2024 |
R-4.3-win | OK | Nov 16 2024 |
R-4.3-mac | OK | Nov 16 2024 |
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 |