Description Usage Arguments Details References Examples
Check NYT API limits and current usage.
| 1 | api_limits(api = "as", key = NULL)
 | 
| api | Which API to check, either "as" or "geo". | 
| key | Your New York Times API key; pass in, or loads from .Renviron as
 | 
Check the API daily limit and how many calls have already been consumed. Each check consumes one API call by itself.
https://developer.nytimes.com/faq#9
| 1 2 3 4 | ## Not run: 
api_limits("as")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.