get_gc_play_by_play {nhlscraper} | R Documentation |
Get GameCenter (GC) play-by-play by game
Description
get_gc_play_by_play()
retrieves GC-provided information on each play for a given game
, including but not limited to their ID; type; time of occurrence; winning, losing, blocking, shooting, hitting, hit, scoring, assisting, committed-by, drawn-by, and/or served-by player IDs; and X and Y coordinates. Access get_games()
for game
reference.
Usage
get_gc_play_by_play(game = 2024020602)
Arguments
game |
integer Game ID |
Value
tibble with one row per play
Examples
gc_pbp_2024030411 <- get_gc_play_by_play(game=2024030411)
[Package nhlscraper version 0.2.0 Index]