Skip to contents

wsc_play_by_play() retrieves the World Showcase (WSC) play-by-play for a game as a data.frame where each row represents an event. The returned schema follows the same cleaned public-facing naming as gc_play_by_play(), including servedByPlayerId, and includes utc immediately after secondsElapsedInGame while omitting GC-only clip fields. It also includes the same HTML-report-derived on-ice player ID columns added to the GC output, including dynamically expanded overflow skater slots when needed. Use add_shift_times() with shift_chart() (or shift_charts()) to add on-ice shift timing columns.

Usage

wsc_play_by_play(game = 2023030417)

wsc_pbp(game = 2023030417)

Arguments

game

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

Value

data.frame with one row per event (play)

Examples

wsc_pbp_Martin_Necas_legacy_game <- wsc_play_by_play(game = 2025020275)