cfbd_ratings | R Documentation |
cfbd_rankings()
:Gets Historical CFB poll rankings at a specific week.
cfbd_ratings_sp()
:Get SP historical rating data.
cfbd_ratings_sp_conference()
:Get SP conference-level historical rating data.
cfbd_ratings_srs()
:Get SRS historical rating data.
cfbd_rankings(year = 2019, week = 12) cfbd_rankings(year = 2018, week = 14) cfbd_rankings(year = 2013, season_type = "postseason")
At least one of year or team must be specified for the function to run
cfbd_ratings_sp(year = 2018) cfbd_ratings_sp(team = "Texas A&M") cfbd_ratings_sp(year = 2019, team = "Texas")
cfbd_ratings_sp_conference(year = 2019) cfbd_ratings_sp_conference(year = 2012, conference = "SEC") cfbd_ratings_sp_conference(year = 2016, conference = "ACC")
At least one of year or team must be specified for the function to run
cfbd_ratings_srs(year = 2019, team = "Texas") cfbd_ratings_srs(year = 2018, conference = "SEC")
Acquire the CFBD calculated elo ratings data by team, year, week, and conference
cfbd_ratings_elo(year = 2019, team = "Texas") cfbd_ratings_elo(year = 2018, conference = "SEC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.