Skip to contents

AHL statistical leaders for a season from the HockeyTech feed.

Usage

ahl_leaders(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 player entry.

Examples

 try(ahl_leaders()) 
#> ── AHL Leaders from HockeyTech ──────────────────────────── fastRhockey 1.0.0 ──
#>  Data updated: 2026-06-13 03:22:01 UTC
#> # A tibble: 10 × 15
#>     rank player_id jersey_number name      team_id team_name team_code team_logo
#>    <int> <chr>     <chr>         <chr>     <chr>   <chr>     <chr>     <chr>    
#>  1     1 4584      21            Jayson M… 410     Pacific … PAC       https://…
#>  2     2 10164     28            Tristan … 407     Atlantic… ATL       https://…
#>  3     3 9674      29            Ben Bera… 410     Pacific … PAC       https://…
#>  4     4 8448      28            Tanner L… 410     Pacific … PAC       https://…
#>  5     5 7016      19            Cameron … 409     Central … CEN       https://…
#>  6     1 4584      21            Jayson M… 410     Pacific … PAC       https://…
#>  7     2 10164     28            Tristan … 407     Atlantic… ATL       https://…
#>  8     3 7016      19            Cameron … 409     Central … CEN       https://…
#>  9     4 9674      29            Ben Bera… 410     Pacific … PAC       https://…
#> 10     5 7027      43            Brett Se… 409     Central … CEN       https://…
#> # ℹ 7 more variables: team_logo_small <chr>, stat_formatted <chr>,
#> #   type_formatted <chr>, photo <chr>, photo_small <chr>, position <chr>,
#> #   division <chr>