Learn R Programming

nhlscraper (version 0.4.2)

espn_futures: Access the ESPN futures for a season

Description

espn_futures() scrapes the ESPN futures for a given season.

Usage

espn_futures(season = season_now())

Value

nested data.frame with one row per type (outer) and book (inner)

Arguments

season

integer in YYYYYYYY (e.g., 20242025); see seasons() for reference

Examples

Run this code
ESPN_futures_20252026 <- espn_futures(20252026)

Run the code above in your browser using DataLab