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