View source: R/soccer_team_box_score.R
| soccer_team_box_score | R Documentation |
Get U SPORTS soccer team box score data
soccer_team_box_score(gender, year = c())
gender |
Gender of athletes "m" or "w" |
year |
The season(s) of interest. |
| Column Name | Type |
| X | int |
| team | chr |
| goals_1 | int |
| goals_2 | int |
| goals_total | int |
| shots_1 | int |
| shots_2 | int |
| shots_total | int |
| saves_1 | int |
| saves_2 | int |
| saves_total | int |
| fouls_1 | int |
| fouls_2 | int |
| fouls_total | int |
| corners_1 | int |
| corners_2 | int |
| corners_total | int |
| game_date | lgl |
| game_id | chr |
| goals_ot | int |
| goals_2ot | int |
| shots_ot | int |
| shots_2ot | int |
| saves_ot | int |
| saves_2ot | int |
| fouls_ot | int |
| fouls_2ot | int |
| corners_ot | int |
| corners_2ot | int |
| season | chr |
| season_type | chr |
try(soccer_team_box_score("m",2018))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.