OHL player season stats across all seasons.
Examples
try(ohl_player_stats(player_id = 1))
#> ── OHL Player Stats from HockeyTech ─────────────────────── fastRhockey 1.0.0 ──
#> ℹ Data updated: 2026-06-13 03:26:14 UTC
#> # A tibble: 8 × 52
#> season_id season_name shortname playoff career sopt_track_faceoffs
#> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 9 1999-2000 Regular Seas… 99-00 Reg 0 1 0
#> 2 6 1998-99 Regular Season 98-99 Reg 0 1 0
#> 3 4 1997-98 Regular Season 97-98 Re… 0 1 0
#> 4 19 Total Total 0 3 NA
#> 5 10 2000 Playoffs 2000 Pla… 1 1 0
#> 6 7 1999 Playoffs 99 Play… 1 1 0
#> 7 5 1998 Playoffs 97-98 Pl… 1 1 0
#> 8 22 Total Total 1 3 NA
#> # ℹ 46 more variables: max_start_date <chr>, veteran_status <chr>,
#> # veteran <chr>, jersey_number <chr>, goals <chr>, games_played <chr>,
#> # assists <chr>, points <chr>, plus_minus <chr>, penalty_minutes <chr>,
#> # power_play_goals <chr>, power_play_assists <chr>, shots <chr>,
#> # shootout_attempts <chr>, shootout_goals <chr>, shootout_percentage <chr>,
#> # shooting_percentage <chr>, shootout_winning_goals <chr>,
#> # points_per_game <chr>, short_handed_goals <chr>, …
