powered by
Get Simple Rating System (SRS) ratings from the CollegeBasketballData API.
Get adjusted efficiency ratings from the CollegeBasketballData API.
Get Elo ratings from the CollegeBasketballData API.
cbbd_ratings_srs( season = most_recent_mbb_season(), team = NULL, conference = NULL )cbbd_ratings_adjusted( season = most_recent_mbb_season(), team = NULL, conference = NULL )cbbd_ratings_elo( season = most_recent_mbb_season(), team = NULL, conference = NULL )
cbbd_ratings_adjusted( season = most_recent_mbb_season(), team = NULL, conference = NULL )
cbbd_ratings_elo( season = most_recent_mbb_season(), team = NULL, conference = NULL )
A hoopR_data tibble with one row per team-season:
hoopR_data
A hoopR_data tibble with one row per team-season. rankings_*
rankings_*
columns are flattened from the nested rankings object:
rankings
(integer optional): Season, 4-digit ending-year (e.g. 2024). Defaults to most_recent_mbb_season().
2024
most_recent_mbb_season()
(character optional): Team name filter (e.g. Duke).
Duke
(character optional): Conference abbreviation filter.
# \donttest{ try(cbbd_ratings_srs(season = 2024)) # } # \donttest{ try(cbbd_ratings_adjusted(season = 2024)) # } # \donttest{ try(cbbd_ratings_elo(season = 2024)) # }
Run the code above in your browser using DataLab