Skip to contents

All seasons for the OHL with end-year and game-type labels, from the HockeyTech modulekit/seasons feed.

Usage

ohl_season_id()

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-24 02:06:47 UTC
#> # A tibble: 72 × 9
#>    season_id season_name         season_short career playoff start_date end_date
#>        <dbl> <chr>               <chr>        <chr>  <chr>   <chr>      <chr>   
#>  1        88 2026-27 Regular Se… 26-27 Reg. … 1      0       2026-09-16 2027-03…
#>  2        85 2026 Playoffs       26 Playoffs  1      1       2026-03-24 2026-05…
#>  3        84 2025-26 OHL Top Pr… OHL TPG      0      0       2026-01-10 2026-01…
#>  4        83 2025-26 Regular Se… 25-26 Reg. … 1      0       2025-09-16 2026-03…
#>  5        82 2025 Pre-Season     2025 Presea… 0      0       2025-08-13 2025-09…
#>  6        81 2025 Playoffs       25 Playoffs  1      1       2025-03-26 2025-05…
#>  7        79 2024-25 Regular Se… 24-25 Reg. … 1      0       2024-09-23 2025-03…
#>  8        78 2024 Pre-season     2024 Presea… 0      0       2024-08-15 2024-09…
#>  9        77 2024 Playoffs       24 Playoffs  1      1       2024-03-26 2024-05…
#> 10        76 2023-24 Regular Se… 23-24 Reg. … 1      0       2023-09-26 2024-03…
#> # ℹ 62 more rows
#> # ℹ 2 more variables: season_yr <int>, game_type_label <chr>