get_espn_futures {nhlscraper}R Documentation

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)

Arguments

season

integer Season in YYYY

Value

nested tibble with one row per type and book

Examples

ESPN_futures_20252026 <- get_espn_futures(2026)

[Package nhlscraper version 0.2.0 Index]