Learn R Programming

nhlscraper (version 0.4.2)

espn_game_summary: Access the ESPN summary for a game

Description

espn_game_summary() scrapes the ESPN summary for a game.

Usage

espn_game_summary(game = 401777460)

Value

list with various items

Arguments

game

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

Examples

Run this code
ESPN_summary_SCF_20242025 <- espn_game_summary(game = 401777460)

Run the code above in your browser using DataLab