scrape_nfl_standings: Scrape NFL standings for a specific season from ESPN's site

View source: R/scrape_nfl_standings.R

scrape_nfl_standingsR Documentation

Scrape NFL standings for a specific season from ESPN's site

Description

Scrape NFL standings for a specific season from ESPN's site

Usage

scrape_nfl_standings(season, add_superbowls = FALSE)

Arguments

season

Either numeric or character

add_superbowls

Join superbowl winners (appropriate for historical data or after season over)

Value

Returns a tibble

Examples

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

# Get standings from 2010 season
scrape_nfl_standings(2000, add_superbowls = TRUE)

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