View source: R/scrape_nfl_standings.R
scrape_nfl_standings | R Documentation |
Scrape NFL standings for a specific season from ESPN's site
scrape_nfl_standings(season, add_superbowls = FALSE)
season |
Either numeric or character |
add_superbowls |
Join superbowl winners (appropriate for historical data or after season over) |
Returns a tibble
# Get standings from 2018 season
scrape_nfl_standings(season = "2018")
# Get standings from 2010 season
scrape_nfl_standings(2000, add_superbowls = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.