View source: R/get_depth_chart.R
get_depth_chart | R Documentation |
Get ESPN NFL depth chart by year and team
get_depth_chart(season = 2020, team = 23)
season |
Either numeric or character |
team |
team_id or team_abb, can be retrieved via get_nfl_teams() |
Returns a tibble
# Get depth chart for 2017 for Pittsburgh
get_depth_chart("2016", team = "PIT")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.