View source: R/soccer_player_box_score.R
| soccer_player_box_score | R Documentation |
Get U SPORTS soccer player box score data
soccer_player_box_score(gender, year = c())
gender |
Gender of athletes "m" or "w" |
year |
The season(s) of interest. |
| Column Name | Type |
| X | int |
| player | chr |
| sh | int |
| sog | int |
| g | int |
| a | int |
| min | int |
| yellow_card | int |
| red_card | int |
| player_links | chr |
| game_id | chr |
| sog_against | int |
| ga | int |
| sv | int |
| game_date | chr |
| season | chr |
| season_type | chr |
try(soccer_player_box_score("m",2018))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.