Last chance! 50% off unlimited learning
Sale ends in
Get historical Coaches and AP poll data
cfbd_rankings(year, week = NULL, season_type = "regular")(Integer required): Year, 4 digit format (YYYY)
(Integer optional): Week, values from 1-15, 1-14 for seasons pre-playoff (i.e. 2013 or earlier)
(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.
# NOT RUN {
try(cfbd_rankings(year = 2019, week = 12))
try(cfbd_rankings(year = 2018, week = 14))
try(cfbd_rankings(year = 2013, season_type = "postseason"))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab