cfbd_conferences: *CFBD Conferences Endpoint Overview*

View source: R/cfbd_conferences.R

cfbd_conferencesR Documentation

CFBD Conferences Endpoint Overview

Description

  • 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

Usage

cfbd_conferences(year = NULL, division = NULL)

Arguments

year

(Integer optional): Season filter, 4 digits (YYYY).
Minimum value accepted: 1869

division

(String optional): Division/classification filter – one of fbs, fcs, ii, ii/iii, iii. Sent to CFBD as classification.

Details

Get college football conference information

cfbd_conferences()

Get conference affiliations by team and season

cfbd_conference_affiliations(team = "Georgia")

Get conference realignment changes

cfbd_conference_changes(year = 2024)

Value

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).

See Also

Other CFBD Conference Functions: cfbd_conference_affiliations(), cfbd_conference_changes()

Examples


  try(cfbd_conferences())


cfbfastR documentation built on Aug. 24, 2026, 5:13 p.m.