Skip to contents

OHL teams for a given season from the HockeyTech feed.

Usage

ohl_teams(season = NULL, season_id = NULL)

Arguments

season

End-year season (e.g. 2025); optional (defaults to most-recent).

season_id

Explicit HockeyTech season id; optional.

Value

A fastRhockey_data data frame, one row per team.

Examples

 try(ohl_teams()) 
#> ── OHL Teams from HockeyTech ────────────────────────────── fastRhockey 1.0.0 ──
#>  Data updated: 2026-08-27 11:07:22 UTC
#> # A tibble: 22 × 7
#>    team_name       team_id team_code team_nickname team_label division team_logo
#>    <chr>           <chr>   <chr>     <chr>         <chr>      <chr>    <chr>    
#>  1 Barrie Colts    7       BAR       Colts         Barrie     2        https://…
#>  2 Brampton Steel… 18      BRAM      Steelheads    Brampton   2        https://…
#>  3 Brantford Bull… 1       BFD       Bulldogs      Brantford  1        https://…
#>  4 Erie Otters     8       ER        Otters        Erie       4        https://…
#>  5 Flint Firebirds 13      FLNT      Firebirds     Flint      3        https://…
#>  6 Guelph Storm    9       GUE       Storm         Guelph     4        https://…
#>  7 Kingston Front… 2       KGN       Frontenacs    Kingston   1        https://…
#>  8 Kitchener Rang… 10      KIT       Rangers       Kitchener  4        https://…
#>  9 London Knights  14      LDN       Knights       London     4        https://…
#> 10 Newfoundland R… 76      NFLD      Regiment      Newfoundl… 3        https://…
#> # ℹ 12 more rows