powered by
Get college basketball conferences from the CollegeBasketballData API.
Get historical conference membership from the CollegeBasketballData API.
cbbd_conferences()cbbd_conferences_history(conference = NULL)
cbbd_conferences_history(conference = NULL)
A hoopR_data tibble with one row per conference:
hoopR_data
Big Ten
B1G
A hoopR_data tibble with one row per conference. The teams column is a nested list of per-team membership spans:
teams
(character optional): Conference abbreviation filter (e.g. B1G). See cbbd_conferences() for valid values.
cbbd_conferences()
# \donttest{ try(cbbd_conferences()) # } # \donttest{ try(cbbd_conferences_history(conference = "B1G")) # }
Run the code above in your browser using DataLab