get_shift_charts: Get shift charts

View source: R/Game.R

get_shift_chartsR Documentation

Get shift charts

Description

get_shift_charts() retrieves information on each shift for a given game, including but not limited to their period, start and end times, and player's ID and name. Access get_games() for game reference.

Usage

get_shift_charts(game = 2024020602)

Arguments

game

integer Game ID

Value

tibble with one row per shift

Examples

shift_charts_2024030411 <- get_shift_charts(game=2024030411)

nhlscraper documentation built on Aug. 8, 2025, 6:28 p.m.