View source: R/get_nfl_standings.R
get_nfl_standings | R Documentation |
Get NFL standings for a specific season from ESPN's API
get_nfl_standings(season = 2019, quiet = FALSE)
season |
Either numeric or character |
Returns a tibble
# Get standings from 2018 season
get_nfl_standings(season = "2018")
# Get standings from 2010 season
get_nfl_standings(2010)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.