View source: R/cfbd_conferences.R
| cfbd_conference_affiliations | R Documentation |
Get conference affiliations by team and season Which conference each team belonged to, by season.
cfbd_conference_affiliations(
team = NULL,
conference = NULL,
year = NULL,
min_year = NULL,
max_year = NULL,
division = NULL,
proxy = NULL
)
team |
(String optional): Team filter. |
conference |
(String optional): Conference abbreviation filter. |
year |
(Integer optional): Season, 4 digits (YYYY). |
min_year |
(Integer optional): Earliest season to include. |
max_year |
(Integer optional): Latest season to include. |
division |
(String optional): Division/classification filter – |
proxy |
(List optional): Per-call proxy override passed to
|
cfbd_conference_affiliations() - A tibble with 9 columns:
| col_name | types | description |
| team_id | integer | Referencing team id. |
| team | character | Team name. |
| conference_id | integer | Referencing conference id. |
| conference | character | Conference name. |
| conference_abbreviation | character | Conference abbreviation. |
| classification | character | Division classification (fbs, fcs, ii, ii/iii, iii). |
| conference_division | character | Conference division. |
| start_year | integer | Start year. |
| end_year | integer | End year. |
Other CFBD Conference Functions:
cfbd_conference_changes(),
cfbd_conferences()
try(cfbd_conference_affiliations(team = "Georgia"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.