Learn R Programming

nhlscraper (version 0.2.0)

get_espn_futures: Get ESPN futures by season

Description

get_espn_futures() retrieves futures by type for a given season.

Usage

get_espn_futures(season = get_season_now()$seasonId%%10000)

Value

nested tibble with one row per type and book

Arguments

season

integer Season in YYYY

Examples

Run this code
ESPN_futures_20252026 <- get_espn_futures(2026)

Run the code above in your browser using DataLab