get_espn_coaches: Get ESPN coaches by season

View source: R/ESPNCoach.R

get_espn_coachesR Documentation

Get ESPN coaches by season

Description

get_espn_coaches() retrieves ESPN hyperlinks for each coach for a given season; the hyperlinks are formatted in ⁠base/seasons/{ESPN Season ID}/coaches/{ESPN Coach ID}?query⁠. Access get_seasons() for season reference. May soon be reworked to only return the ESPN Coach IDs.

Usage

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

Arguments

season

integer in YYYY

Value

tibble with one row per coach

Examples

ESPN_coaches_20242025 <- get_espn_coaches(2025)

nhlscraper documentation built on Aug. 8, 2025, 6:28 p.m.