get_depth_chart: Get ESPN NFL depth chart by year and team

View source: R/get_depth_chart.R

get_depth_chartR Documentation

Get ESPN NFL depth chart by year and team

Description

Get ESPN NFL depth chart by year and team

Usage

get_depth_chart(season = 2020, team = 23)

Arguments

season

Either numeric or character

team

team_id or team_abb, can be retrieved via get_nfl_teams()

Value

Returns a tibble

Examples

# Get depth chart for 2017 for Pittsburgh
get_depth_chart("2016", team = "PIT")


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