replay: Access the replay for an event

View source: R/Event.R

replayR Documentation

Access the replay for an event

Description

replay() scrapes the replay for a given event.

Usage

replay(game = 2023030417, event = 866)

Arguments

game

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

event

integer ID (e.g., 751); see gc_play_by_play() and/or wsc_play_by_play() for reference; must be a 'goal' event

Value

data.frame with one row per decisecond

Examples

Gabriel_Landeskog_first_regular_goal_back_replay <- replay(
  game  = 2025020262,
  event = 751
)

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