get_shift_charts {nhlscraper} | R 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)
[Package nhlscraper version 0.2.0 Index]