Description Usage Arguments Details Value
A rate limit policy prescribes a minimum interval between accesses to a resource
1 | Policy.rate.limit(rate.limit, last.access = NULL)
|
rate.limit |
The rate limit, in accesses per second. |
last.access |
The date and time of the last access. This should always be left at default |
This is used to provide the .policy argument to make.web.call.
The newly minted Policy.rate.limit object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.