wsc_play_by_play_raw: Access the raw World Showcase (WSC) play-by-play for a game

View source: R/Game.R

wsc_play_by_play_rawR Documentation

Access the raw World Showcase (WSC) play-by-play for a game

Description

wsc_play_by_play_raw() returns the raw flattened World Showcase play-by-play as served by the NHL API for one game. Use wsc_play_by_play() for the cleaned public schema that repairs common clock/order defects and appends the derived public columns.

Usage

wsc_play_by_play_raw(game = 2023030417)

wsc_pbp_raw(game = 2023030417)

Arguments

game

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

Value

data.frame with one row per event (play)

Examples

wsc_raw_Martin_Necas_legacy_game <- wsc_play_by_play_raw(game = 2025020275)

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