Learn R Programming

nhlscraper (version 0.5.0)

espn_futures: Access the ESPN futures for a season

Description

espn_futures() retrieves the ESPN futures for a season as a data.frame where each row represents type and includes detail on betting market snapshots with side/total prices and provider variation.

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