View source: R/cfbd_conferences.R
| cfbd_conferences | R Documentation |
cfbd_conferences(): Get college football conference information.
cfbd_conference_affiliations(): Get conference affiliations by team and season.
cfbd_conference_changes(): Get conference realignment changes for a season.
Get college football conference information Pulls all college football conferences and returns as data frame
cfbd_conferences(year = NULL, division = NULL)
year |
(Integer optional): Season filter, 4 digits (YYYY). |
division |
(String optional): Division/classification filter – one of |
cfbd_conferences()
cfbd_conference_affiliations(team = "Georgia")
cfbd_conference_changes(year = 2024)
cfbd_conferences() - A data frame with 94 rows and 5 variables:
| col_name | types | description |
| conference_id | integer | Referencing conference id. |
| name | character | Conference name. |
| long_name | character | Long name for Conference. |
| abbreviation | character | Conference abbreviation. |
| classification | character | Conference classification (fbs, fcs, ii, iii). |
Other CFBD Conference Functions:
cfbd_conference_affiliations(),
cfbd_conference_changes()
try(cfbd_conferences())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.