All seasons for the WHL with end-year and game-type labels, from the HockeyTech modulekit/seasons feed.
Value
A fastRhockey_data data frame with columns: season_id, season_name,
season_short, career, playoff, start_date, end_date, season_yr,
game_type_label.
Examples
try(whl_season_id())
#> ── WHL Season IDs from HockeyTech ───────────────────────── fastRhockey 1.0.0 ──
#> ℹ Data updated: 2026-07-18 18:49:35 UTC
#> # A tibble: 80 × 9
#> season_id season_name season_short career playoff start_date end_date
#> <dbl> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 295 2026 - 27 Regular … 26 - 27 Reg 1 0 2026-09-18 2027-03…
#> 2 294 2026 - 27 Pre-Seas… 26 - 27 Pre 0 0 2026-08-30 2026-09…
#> 3 293 2026 WHL Playoffs '26 Playoffs 1 1 2026-03-27 2026-05…
#> 4 292 WHL Prospects Game… WHL Prospec… 0 0 2026-02-17 2026-02…
#> 5 289 2025 - 26 Regular … 25 - 26 Reg 1 0 2025-09-18 2026-03…
#> 6 290 2025 - 26 Pre-Seas… 25 - 26 Pre 0 0 2025-08-31 2025-09…
#> 7 288 2025 WHL Playoffs '25 Playoffs 1 1 2025-03-28 2025-05…
#> 8 285 2024 - 25 Regular … 24 - 25 Reg 1 0 2024-09-20 2025-03…
#> 9 286 2024 - 25 Pre-Seas… 24 - 25 Pre 0 0 2024-09-03 2024-09…
#> 10 284 2024 WHL Playoffs '24 Playoffs 1 1 2024-03-28 2024-05…
#> # ℹ 70 more rows
#> # ℹ 2 more variables: season_yr <int>, game_type_label <chr>
