scrape_nfl_weekly_standings: Scrape NFL weekly outcomes by week

View source: R/scrape_nfl_weekly_standings.R

scrape_nfl_weekly_standingsR Documentation

Scrape NFL weekly outcomes by week

Description

Scrape NFL weekly outcomes by week

Usage

scrape_nfl_weekly_standings(season = 2020, tidy = FALSE)

Arguments

season

character or numeric - greater than 1990

tidy

logical - either TRUE to stack data by game/week or FALSE to return table as is

Value

tibble

Examples


# Here we run w/ tidy = FALSE to get the exact table from PFR
scrape_nfl_weekly_standings(season = 2020, tidy = FALSE)

# Here we scrape the outcome and stack the games on top of eachother
scrape_nfl_weekly_standings(season = 2020, tidy = TRUE)

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