Skip to contents

shift_charts() downloads the stored season-level shift-chart parquet snapshot, removes the storage-only id column, and returns one row per parsed shift.

Usage

shift_charts(season = 20242025)

Arguments

season

integer in YYYYYYYY (e.g., 20242025); see seasons() for reference

Value

data.frame with one row per event (play) per game

Examples

# May take >5s, so skip.
shift_charts_20212022 <- shift_charts(season = 20212022)