Learn R Programming

nhlscraper (version 0.5.0)

espn_transactions: Access the ESPN transactions for a season

Description

espn_transactions() retrieves the ESPN transactions for a season as a data.frame where each row represents transaction and includes detail on availability and transaction-status tracking detail.

Usage

espn_transactions(season = season_now())

Value

data.frame with one row per transaction

Arguments

season

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

Examples

Run this code
ESPN_transactions_20242025 <- espn_transactions(season = 20242025)

Run the code above in your browser using DataLab