espn_transactions: Access the ESPN transactions for a season

View source: R/ESPNOther.R

espn_transactionsR Documentation

Access the ESPN transactions for a season

Description

espn_transactions() pages ESPN's transaction feed across a season window and returns one row per transaction with normalized team fields.

Usage

espn_transactions(season = season_now())

Arguments

season

integer in YYYYYYYY (e.g., 20242025); the summer of the latter year is included

Value

data.frame with one row per transaction

Examples

ESPN_transactions_20242025 <- espn_transactions(season = 20242025)

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