espn_game_summary: Access the ESPN summary for a game

View source: R/ESPNGame.R

espn_game_summaryR Documentation

Access the ESPN summary for a game

Description

espn_game_summary() returns ESPN's competition summary for one game after dropping large availability/link/detail blocks, leaving the compact game, competitor, venue, date, format, and series fields exposed by the core API.

Usage

espn_game_summary(game = 401777460)

Arguments

game

integer ID (e.g., 401777460); see espn_games() for reference

Value

list with various items

Examples

ESPN_summary_SCF_20242025 <- espn_game_summary(game = 401777460)

nhlscraper documentation built on June 29, 2026, 1:06 a.m.