shift_chart_summary: Access the shift chart time-on-ice summary for a game

View source: R/Game.R

shift_chart_summaryR Documentation

Access the shift chart time-on-ice summary for a game

Description

shift_chart_summary() retrieves per-player, per-period time-on-ice splits from the HTML shift reports.

Usage

shift_chart_summary(game = 2023030417)

Arguments

game

integer ID (e.g., 2025020275); see games() for reference

Value

data.frame with one row per player per period

Examples

shift_summary_2023030417 <- shift_chart_summary(game = 2023030417)

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