Skip to contents

AHL standings from the HockeyTech feed (one row per team).

Usage

ahl_standings(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_standings()) 
#> ── AHL Standings from HockeyTech ────────────────────────── fastRhockey 1.0.0 ──
#>  Data updated: 2026-06-13 03:22:08 UTC
#> # A tibble: 4 × 19
#>   team_code wins  losses ot_losses shootout_losses regulation_wins row   points
#>   <chr>     <chr>  <dbl> <chr>     <chr>                     <dbl> <chr>  <dbl>
#> 1 PAC       3          1 0         0                             3 3          6
#> 2 ATL       1          1 0         0                             1 1          3
#> 3 CEN       1          2 0         0                             1 1          3
#> 4 NOR       1          2 0         0                             1 1          2
#> # ℹ 11 more variables: penalty_minutes <chr>, streak <chr>, goals_for <chr>,
#> #   goals_against <chr>, games_remaining <chr>, percentage <chr>,
#> #   overall_rank <chr>, games_played <dbl>, team_rank <int>, past_10 <chr>,
#> #   team <chr>