cfb_rankings: Gets Historical CFB poll rankings at a specific week

Description Usage Arguments Value Source Examples

View source: R/cfb_rankings.R

Description

Postseason polls are after Week 13

Usage

1
cfb_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

A data frame with 9 variables:

season

integer.

season_type

character.

week

integer.

poll

character.

rank

integer.

school

character.

conference

character.

first_place_votes

integer.

points

integer.

Source

https://api.collegefootballdata.com/rankings

Examples

1
2
3
4
5
cfb_rankings(year = 2019, week = 12)

cfb_rankings(year = 2018, week = 14)

cfb_rankings(year = 2013, season_type = 'postseason')

meysubb/cfbscrapR documentation built on Dec. 15, 2020, 11:26 p.m.