hockey_player_box_score: Get U SPORTS hockey player box scores

View source: R/hockey_player_box_score.R

hockey_player_box_scoreR Documentation

Get U SPORTS hockey player box scores

Description

Get U SPORTS hockey player box scores

Usage

hockey_player_box_score(gender, year = c())

Arguments

gender

Gender of athletes "m" or "w"

year

The season(s) of interest.

Value

Column Name Type
skaters chr
player_number chr
pos chr
g int
a int
plus_minus int
s int
face_off_won int
face_off_total int
pim int
team chr
ga int
goalie_mins chr
sv int
shots_against int
goalie_pim int
game_id chr
player_links chr
season chr
season_type chr

Examples

try(hockey_player_box_score("m",2018))

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