get_nfl_standings: Get NFL standings for a specific season from ESPN's API

View source: R/get_nfl_standings.R

get_nfl_standingsR Documentation

Get NFL standings for a specific season from ESPN's API

Description

Get NFL standings for a specific season from ESPN's API

Usage

get_nfl_standings(season = 2019, quiet = FALSE)

Arguments

season

Either numeric or character

Value

Returns a tibble

Examples

# Get standings from 2018 season
get_nfl_standings(season = "2018")

# Get standings from 2010 season
get_nfl_standings(2010)



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