get_espn_event_stars: Get event (game) stars by ESPN Event (Game) ID

View source: R/ESPNEvent.R

get_espn_event_starsR Documentation

Get event (game) stars by ESPN Event (Game) ID

Description

get_espn_event_stars() retrieves information on each star for a given event, including but not limited to its name, description, and the athlete's ESPN ID. Access get_espn_events() for event reference.

Usage

get_espn_event_stars(event = 401687600)

Arguments

event

integer ESPN Event (Game) ID

Value

tibble with one row per athlete

Examples

NJD_BUF_2024_10_04_stars <- get_espn_event_stars(event=401687600)

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