Skip to contents

Get historical conference membership from the CollegeBasketballData API.

Usage

cbbd_conferences_history(conference = NULL)

Arguments

conference

(character optional): Conference abbreviation filter (e.g. B1G). See cbbd_conferences() for valid values.

Value

A hoopR_data tibble with one row per conference. The teams column is a nested list of per-team membership spans:

col_nametypesdescription
idintegerCollegeBasketballData conference id.
source_idcharacterSource (ESPN) conference id.
namecharacterConference name.
abbreviationcharacterConference abbreviation.
short_namecharacterConference short name.
teamslistNested list of member-team membership spans.

See also

Other CBD Conferences Functions: cbbd_conferences()

Examples

# \donttest{
  try(cbbd_conferences_history(conference = "B1G"))
#>  2026-06-09 22:48:19.304985: Invalid arguments or no conference history available!
#>  Args: conference = "B1G"
#>  Error: api.collegebasketballdata.com requires an API key.        See ?register_cbbd for details.
#> data frame with 0 columns and 0 rows
# }