Learn R Programming

nhlscraper (version 0.4.2)

espn_transactions: Access the ESPN transactions for a season

Description

espn_transactions() scrapes the ESPN transactions for a given season.

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