View source: R/scrape_nfl_weekly_standings.R
scrape_nfl_weekly_standings | R Documentation |
Scrape NFL weekly outcomes by week
scrape_nfl_weekly_standings(season = 2020, tidy = FALSE)
season |
character or numeric - greater than 1990 |
tidy |
logical - either TRUE to stack data by game/week or FALSE to return table as is |
tibble
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.