get_espn_events: Get ESPN events (games) by start and end dates

View source: R/ESPNEvent.R

get_espn_eventsR Documentation

Get ESPN events (games) by start and end dates

Description

get_espn_events() retrieves ESPN hyperlinks for each event; the hyperlinks are formatted in ⁠base/events/{ESPN Event ID}?query⁠. Access get_seasons() for start_season and end_season references. May soon be reworked to only return the ESPN Event IDs.

Usage

get_espn_events(start_date = 20241004, end_date = 20250624)

Arguments

start_date

integer Start Date in YYYYMMDD

end_date

integer End Date in YYYYMMDD

Value

tibble with one row per event (game)

Examples

ESPN_events_20242025 <- get_espn_events(start_date=20241004, end_date=20250624)

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