View source: R/cbbd_conferences.R
| cbbd_conferences | R Documentation |
Get college basketball conferences from the CollegeBasketballData API.
Get historical conference membership from the CollegeBasketballData API.
cbbd_conferences()
cbbd_conferences_history(conference = NULL)
conference |
(character optional): Conference abbreviation filter
(e.g. |
A hoopR_data tibble with one row per conference:
| col_name | types | description |
| id | integer | CollegeBasketballData conference id. |
| source_id | character | Source (ESPN) conference id. |
| name | character | Conference name (e.g. Big Ten). |
| abbreviation | character | Conference abbreviation (e.g. B1G). |
| short_name | character | Conference short name. |
A hoopR_data tibble with one row per conference. The teams column
is a nested list of per-team membership spans:
| col_name | types | description |
| id | integer | CollegeBasketballData conference id. |
| source_id | character | Source (ESPN) conference id. |
| name | character | Conference name. |
| abbreviation | character | Conference abbreviation. |
| short_name | character | Conference short name. |
| teams | list | Nested list of member-team membership spans. |
try(cbbd_conferences())
try(cbbd_conferences_history(conference = "B1G"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.