cbbd_conferences: *CBD Conferences*

View source: R/cbbd_conferences.R

cbbd_conferencesR Documentation

CBD Conferences

Description

Get college basketball conferences from the CollegeBasketballData API.

Get historical conference membership from the CollegeBasketballData API.

Usage

cbbd_conferences()

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:

col_name types description
id integer CollegeBasketballData conference id.
source_id character Source (ESPN) conference id.
name character Conference name (e.g. ⁠Big Ten⁠).
abbreviation character Conference abbreviation (e.g. B1G).
short_name character Conference short name.

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

col_name types description
id integer CollegeBasketballData conference id.
source_id character Source (ESPN) conference id.
name character Conference name.
abbreviation character Conference abbreviation.
short_name character Conference short name.
teams list Nested list of member-team membership spans.

Examples


  try(cbbd_conferences())


  try(cbbd_conferences_history(conference = "B1G"))


hoopR documentation built on Aug. 25, 2026, 9:07 a.m.