get_nfl_qbr: Get ESPN QBR for NFL football

View source: R/get_nfl_qbr.R

get_nfl_qbrR Documentation

Get ESPN QBR for NFL football

Description

Get ESPN QBR for NFL football

Usage

get_nfl_qbr(season = 2020, week = NA, season_type = "Regular")

Arguments

season

Either numeric or character

week

Either NA to return season or week 1 to 4 for playoffs or 1 to 17 for regular

season_type

Character - either "Regular" or "Playoffs"

Value

Returns a tibble

Examples

# Get ALL Playoff QBR from 2016 season
get_nfl_qbr("2016", season_type = "Playoffs", week = NA)

# Get Regular season QBR for week 4 of 2019
get_nfl_qbr("2019", season_type = "Regular", week = 4)

jthomasmock/espnscrapeR documentation built on Feb. 11, 2024, 4:07 p.m.