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-06-13 03:22:09 UTC
#> # A tibble: 23 × 7
#>    team_name       team_id team_code team_nickname team_label division team_logo
#>    <chr>           <chr>   <chr>     <chr>         <chr>      <chr>    <chr>    
#>  1 Bakersfield Co… 402     BAK       Condors       Bakersfie… 25       https://…
#>  2 Bridgeport Isl… 317     BRI       Islanders     Bridgeport 15       https://…
#>  3 Charlotte Chec… 384     CLT       Checkers      Charlotte  15       https://…
#>  4 Chicago Wolves  330     CHI       Wolves        Chicago    24       https://…
#>  5 Cleveland Mons… 373     CLE       Monsters      Cleveland  16       https://…
#>  6 Coachella Vall… 445     CV        Firebirds     Coachella… 25       https://…
#>  7 Colorado Eagles 419     COL       Eagles        Colorado   25       https://…
#>  8 Grand Rapids G… 328     GR        Griffins      Grand Rap… 24       https://…
#>  9 Henderson Silv… 437     HSK       Silver Knigh… Henderson  25       https://…
#> 10 Hershey Bears   319     HER       Bears         Hershey    15       https://…
#> # ℹ 13 more rows