getQBR: Get NCAAF quarterback ratings

Description Usage Arguments Value Examples

Description

Extracts a period of NCAAF QBR rankings from ESPN.com and returns it as a data frame.

Usage

1
2
3
getQBR(x = c("player-season", "player-week", "player-game", "team-season",
  "alltime-season", "alltime-game"), qlf = TRUE, yr = format(Sys.Date(),
  "%Y"))

Arguments

x

Type of the requested rankings

qlf

Whether rankings should use qualified ratings

yr

Year of the requested rankings

Value

A data frame of the requested rankings

Examples

1
2
# Capture QBR single game rankings for 2013
getQBR('player-game', yr = 2013)

benjcunningham/cfbmod documentation built on May 12, 2019, 11:56 a.m.