View source: R/hockey_player_box_score.R
| hockey_player_box_score | R Documentation |
Get U SPORTS hockey player box scores
hockey_player_box_score(gender, year = c())
gender |
Gender of athletes "m" or "w" |
year |
The season(s) of interest. |
| 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 |
try(hockey_player_box_score("m",2018))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.