hockey_team_box_score: Get U SPORTS hockey team box scores

View source: R/hockey_team_box_score.R

hockey_team_box_scoreR Documentation

Get U SPORTS hockey team box scores

Description

Get U SPORTS hockey team box scores

Usage

hockey_team_box_score(gender, year = c())

Arguments

gender

Gender of athletes "m" or "w"

year

The season(s) of interest.

Value

Column Name Type
team chr
goals_p1 int
goals_p2 int
goals_p3 int
goals_pot int
goals_p2ot int
goals_p3ot int
goals_p4ot lgl
goals_total int
shots_1 int
shots_2 int
shots_3 int
shots_total int
shots_ot int
shots_2ot int
shots_3ot int
shots_4ot lgl
game_id chr
season chr
season_type chr

Examples

try(hockey_team_box_score("m",2018))

usportsR documentation built on March 16, 2026, 5:08 p.m.