All seasons for the OHL 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(ohl_season_id())
#> ── OHL Season IDs from HockeyTech ───────────────────────── fastRhockey 1.0.0 ──
#> ℹ Data updated: 2026-06-13 03:26:21 UTC
#> # A tibble: 71 × 9
#> season_id season_name season_short career playoff start_date end_date
#> <dbl> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 85 2026 Playoffs 26 Playoffs 1 1 2026-03-24 2026-05…
#> 2 84 2025-26 OHL Top Pr… OHL TPG 0 0 2026-01-10 2026-01…
#> 3 83 2025-26 Regular Se… 25-26 Reg. … 1 0 2025-09-16 2026-03…
#> 4 82 2025 Pre-Season 2025 Presea… 0 0 2025-08-13 2025-09…
#> 5 81 2025 Playoffs 25 Playoffs 1 1 2025-03-26 2025-05…
#> 6 79 2024-25 Regular Se… 24-25 Reg. … 1 0 2024-09-23 2025-03…
#> 7 78 2024 Pre-season 2024 Presea… 0 0 2024-08-15 2024-09…
#> 8 77 2024 Playoffs 24 Playoffs 1 1 2024-03-26 2024-05…
#> 9 76 2023-24 Regular Se… 23-24 Reg. … 1 0 2023-09-26 2024-03…
#> 10 75 2023 Pre-season 2023 Presea… 0 0 2023-08-15 2023-09…
#> # ℹ 61 more rows
#> # ℹ 2 more variables: season_yr <int>, game_type_label <chr>
