Skip to contents

Get Fox Sports NHL team roster

Usage

fox_nhl_team_roster(team_id)

Arguments

team_id

Fox Bifrost team id (e.g. "1").

Value

A fastRhockey_data tibble, one row per player (team_id, position_group, player, ..., athlete_id).

Examples

 try(fox_nhl_team_roster("1")) 
#> ── Fox Sports NHL roster ────────────────────────────────── fastRhockey 1.0.0 ──
#>  Data updated: 2026-06-13 03:23:42 UTC
#> # A tibble: 23 × 9
#>    team_id position_group player      pos   age   ht    wt    college athlete_id
#>    <chr>   <chr>          <chr>       <chr> <chr> <chr> <chr> <chr>   <chr>     
#>  1 1       CENTER         Michael Ey… C     29    "6'0… 195 … St. Cl… 5808      
#>  2 1       CENTER         Morgan Gee… C     27    "6'3… 212 … -       5576      
#>  3 1       CENTER         James Hage… C     19    "5'1… 177 … Boston… 8378      
#>  4 1       CENTER         Mark Kaste… C     27    "6'4… 234 … -       5732      
#>  5 1       CENTER         Marat Khus… C     23    "5'1… 184 … -       6400      
#>  6 1       CENTER         Sean Kuraly C     33    "6'2… 208 … Miami … 5053      
#>  7 1       CENTER         Elias Lind… C     31    "6'1… 200 … -       3619      
#>  8 1       CENTER         Fraser Min… C     21    "6'2… 204 … -       7178      
#>  9 1       CENTER         Casey Mitt… C     27    "6'1… 205 … Minnes… 5796      
#> 10 1       CENTER         Alex Steev… C     26    "6'0… 199 … Notre … 6922      
#> # ℹ 13 more rows