gc_play_by_plays_raw: Access the raw GameCenter (GC) play-by-plays for a season

View source: R/Load.R

gc_play_by_plays_rawR Documentation

Access the raw GameCenter (GC) play-by-plays for a season

Description

gc_play_by_plays_raw() downloads the stored season-level GameCenter parquet snapshot and returns the raw rows without public-schema cleanup or situation-code padding.

Usage

gc_play_by_plays_raw(season = 20242025)

gc_pbps_raw(season = 20242025)

Arguments

season

integer in YYYYYYYY (e.g., 20242025); see seasons() for reference

Value

data.frame with one row per raw event (play) per game

Examples

# May take >5s, so skip.
gc_pbps_raw_20212022 <- gc_play_by_plays_raw(season = 20212022)

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