shift_charts: Access the shift charts for a season

View source: R/Load.R

shift_chartsR Documentation

Access the shift charts for a season

Description

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)

nhlscraper documentation built on June 29, 2026, 1:06 a.m.