Skip to contents

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)