Skip to contents

Per-player time-on-ice totals for an OHL game.

Usage

ohl_player_toi(game_id)

Arguments

game_id

Numeric OHL game identifier.

Value

A fastRhockey_data data frame, one row per player.

Examples

 try(ohl_player_toi(game_id = 27225)) 
#> ── OHL Player TOI from HockeyTech ───────────────────────── fastRhockey 1.0.0 ──
#>  Data updated: 2026-06-13 03:26:14 UTC
#> # A tibble: 0 × 6
#> # ℹ 6 variables: player_id <int>, first_name <chr>, last_name <chr>,
#> #   toi_seconds <int>, num_shifts <int>, avg_shift_s <dbl>