OHL standings from the HockeyTech feed (one row per team).
Examples
try(ohl_standings())
#> ── OHL Standings from HockeyTech ────────────────────────── fastRhockey 1.0.0 ──
#> ℹ Data updated: 2026-06-13 03:26:22 UTC
#> # A tibble: 2 × 21
#> team_code wins losses ot_losses ot_wins shootout_wins shootout_losses
#> <chr> <chr> <dbl> <chr> <chr> <chr> <chr>
#> 1 TPW 1 0 0 0 0 0
#> 2 TPE 0 1 0 0 0 0
#> # ℹ 14 more variables: regulation_wins <dbl>, row <chr>, points <dbl>,
#> # penalty_minutes <chr>, streak <chr>, goals_for <chr>, goals_against <chr>,
#> # goals_diff <chr>, percentage <chr>, overall_rank <chr>, games_played <dbl>,
#> # team_rank <int>, past_10 <chr>, team <chr>
