View source: R/cfbd_conferences.R
| cfbd_conference_changes | R Documentation |
Get conference realignment changes Teams that changed conference in a given season.
cfbd_conference_changes(year, proxy = NULL)
year |
(Integer required): Season, 4 digits (YYYY). |
proxy |
(List optional): Per-call proxy override passed to
|
cfbd_conference_changes() - A tibble with 11 columns:
| col_name | types | description |
| team_id | integer | Referencing team id. |
| team | character | Team name. |
| from_conference_id | integer | Prior referencing conference id. |
| from_conference | character | Prior conference. |
| from_conference_abbreviation | character | Prior conference abbreviation. |
| from_classification | character | Prior division classification. |
| to_conference_id | integer | New referencing conference id. |
| to_conference | character | New conference. |
| to_conference_abbreviation | character | New conference abbreviation. |
| to_classification | character | New division classification. |
| effective_year | integer | Season the conference change takes effect. |
Other CFBD Conference Functions:
cfbd_conference_affiliations(),
cfbd_conferences()
try(cfbd_conference_changes(year = 2024))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.