get_espn_transactions: Get ESPN transactions by start and end dates

View source: R/ESPNOther.R

get_espn_transactionsR Documentation

Get ESPN transactions by start and end dates

Description

get_espn_transactions() retrieves information on each transaction for a given set of start_date and end_date, including but not limited to their date, description, and involved teams. Access get_seasons() for start_season and end_season references.

Usage

get_espn_transactions(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 transaction

Examples

ESPN_transactions_20242025 <- get_espn_transactions(start_date=20241004, end_date=20250624)

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