| cfbd_rankings | R Documentation |
Get historical Coaches and AP poll data
cfbd_rankings(year, week = NULL, season_type = "regular")
year |
(Integer required): Year, 4 digit format (YYYY) |
week |
(Integer optional): Week, values from 1-15, 1-14 for seasons pre-playoff (i.e. 2013 or earlier) |
season_type |
(String default regular): Season type - regular or postseason |
cfbd_rankings() - A data frame with 9 variables:
season: integer.Rankings season.
season_type: character.Season type of rankings.
week: integer.Week of rankings.
poll: character.Name of the poll.
rank: integer.Rank in the poll.
school: character.Team name.
conference: character.Conference of the team.
first_place_votes: integer.Number of first place votes.
points: integer.Total poll points.
try(cfbd_rankings(year = 2019, week = 12)) try(cfbd_rankings(year = 2018, week = 14)) try(cfbd_rankings(year = 2013, season_type = "postseason"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.