View source: R/api_rate_limit_helpers.R
advise_api_usage | R Documentation |
Provide advisory message about potential API rate limit issues
advise_api_usage(n_patients, use_api, rate_limit = 50)
n_patients |
Number of unique patients |
use_api |
Whether API is being used |
rate_limit |
The API rate limit (default: 50) |
Invisible NULL, called for side effects (informational messages)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.