Skip to contents

espn_games() pages ESPN's NHL event index for a season and returns one row per event containing the ESPN game ID used by the other ESPN wrappers.

Usage

espn_games(season = season_now())

Arguments

season

integer in YYYYYYYY (e.g., 20242025); see seasons() for reference

Value

data.frame with one row per ESPN game

Examples

ESPN_games_20242025 <- espn_games(season = 20242025)