gc_play_by_play: Access the GameCenter (GC) play-by-play for a game

View source: R/Game.R

gc_play_by_playR Documentation

Access the GameCenter (GC) play-by-play for a game

Description

gc_play_by_play() scrapes the GC play-by-play for a given game.

Usage

gc_play_by_play(game = 2023030417)

gc_pbp(game = 2023030417)

Arguments

game

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

Value

data.frame with one row per event (play)

Examples

gc_pbp_Martin_Necas_legacy_game <- gc_play_by_play(game = 2025020275)

nhlscraper documentation built on Dec. 17, 2025, 5:10 p.m.