powered by
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:
cfbd_rankings()
season
Rankings season.
season_type
Season type of rankings.
week
Week of rankings.
poll
Name of the poll.
rank
Rank in the poll.
school
Team name.
conference
Conference of the team.
first_place_votes
Number of first place votes.
points
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