get_espn_event_play_by_play: Get event (game) play-by-play by ESPN Event (Game) ID

View source: R/ESPNEvent.R

get_espn_event_play_by_playR Documentation

Get event (game) play-by-play by ESPN Event (Game) ID

Description

get_espn_event_play_by_play() retrieves ESPN-provided information on each play for a given event, including but not limited to their ID, type, time of occurrence, strength-state, participants, and X and Y coordinates. Access get_espn_events() for event reference.

Usage

get_espn_event_play_by_play(event = 401687600)

Arguments

event

integer ESPN Event (Game) ID

Value

tibble with one row per play

Examples

NJD_BUF_2024_10_04_pbp <- get_espn_event_play_by_play(event=401687600)

nhlscraper documentation built on Aug. 8, 2025, 6:28 p.m.