Skip to contents

AHL teams for a given season from the HockeyTech feed.

Usage

ahl_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(ahl_teams()) 
#> ── AHL Teams from HockeyTech ────────────────────────────── fastRhockey 1.0.0 ──
#>  Data updated: 2026-07-18 18:45:02 UTC
#> # A tibble: 32 × 7
#>    team_name       team_id team_code team_nickname team_label division team_logo
#>    <chr>           <chr>   <chr>     <chr>         <chr>      <chr>    <chr>    
#>  1 Abbotsford Can… 440     ABB       Canucks       Abbotsford 25       https://…
#>  2 Bakersfield Co… 402     BAK       Condors       Bakersfie… 25       https://…
#>  3 Belleville Sen… 413     BEL       Senators      Belleville 16       https://…
#>  4 Calgary Wrangl… 444     CGY       Wranglers     Calgary    25       https://…
#>  5 Charlotte Chec… 384     CLT       Checkers      Charlotte  15       https://…
#>  6 Chicago Wolves  330     CHI       Wolves        Chicago    24       https://…
#>  7 Cleveland Mons… 373     CLE       Monsters      Cleveland  16       https://…
#>  8 Coachella Vall… 445     CV        Firebirds     Coachella… 25       https://…
#>  9 Colorado Eagles 419     COL       Eagles        Colorado   25       https://…
#> 10 Grand Rapids G… 328     GR        Griffins      Grand Rap… 24       https://…
#> # ℹ 22 more rows