Skip to contents

OHL statistical leaders for a season from the HockeyTech feed.

Usage

ohl_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(ohl_leaders()) 
#> ── OHL Leaders from HockeyTech ──────────────────────────── fastRhockey 1.0.0 ──
#>  Data updated: 2026-06-13 03:26:13 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 9385      98            Nikita K… 73      Top Pros… TPW       https://…
#>  2     2 9638      16            Adam Nov… 72      Top Pros… TPE       https://…
#>  3     3 8961      4             Rylan Si… 73      Top Pros… TPW       https://…
#>  4     4 9474      27            Caleb Ma… 72      Top Pros… TPE       https://…
#>  5     5 9386      11            Egor Bar… 73      Top Pros… TPW       https://…
#>  6     1 9638      16            Adam Nov… 72      Top Pros… TPE       https://…
#>  7     2 9385      98            Nikita K… 73      Top Pros… TPW       https://…
#>  8     3 8961      4             Rylan Si… 73      Top Pros… TPW       https://…
#>  9     4 9386      11            Egor Bar… 73      Top Pros… TPW       https://…
#> 10     5 9310      17            Ryder Ca… 72      Top Pros… TPE       https://…
#> # ℹ 7 more variables: team_logo_small <chr>, stat_formatted <chr>,
#> #   type_formatted <chr>, photo <chr>, photo_small <chr>, position <chr>,
#> #   division <chr>