| cfbd_info_usage | R Documentation |
Get API key usage information Call volume and remaining quota for the configured CFBD API key.
cfbd_info_usage(days = NULL, limit = NULL, api = NULL, proxy = NULL)
days |
(Integer optional): Look-back window in days. |
limit |
(Integer optional): Maximum rows to return. |
api |
(String optional): API filter – |
proxy |
(List optional): Per-call proxy override passed to
|
cfbd_info_usage() - A tibble with 11 columns:
| col_name | types | description |
| api | character | API the request was made against (cfb or cbb). |
| endpoint | character | API endpoint path. |
| kind | character | Row type -- top_endpoint (aggregated count) or recent_request (single event). |
| requests | integer | Number of requests recorded. |
| occurred_at | character | Timestamp for the row (last use for top_endpoint, request time for recent_request). |
| window_start | character | Start of the reporting window (ISO 8601). |
| window_end | character | End of the reporting window (ISO 8601). |
| total_requests | integer | Total requests in the window. |
| total_cfb_requests | integer | College football requests in the window. |
| total_cbb_requests | integer | College basketball requests in the window. |
| unique_endpoints | integer | Distinct endpoints called in the window. |
try(cfbd_info_usage())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.