cfbd_rankings: *Get historical Coaches and AP poll data*

View source: R/cfbd_ratings.R

cfbd_rankingsR Documentation

Get historical Coaches and AP poll data

Description

Get historical Coaches and AP poll data

Usage

cfbd_rankings(year, week = NULL, season_type = "regular")

Arguments

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

Value

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.

Examples


  try(cfbd_rankings(year = 2019, week = 12))

  try(cfbd_rankings(year = 2018, week = 14))

  try(cfbd_rankings(year = 2013, season_type = "postseason"))



cfbfastR documentation built on June 14, 2022, 1:05 a.m.