| soccer_pbp | R Documentation |
Get U SPORTS soccer play by play data
soccer_pbp(gender, year = c())
gender |
Gender of athletes "m" or "w" |
year |
The season(s) of interest. |
| Column Name | Type |
| X | int |
| time | chr |
| event | chr |
| game_id | chr |
| away | chr |
| home | chr |
| season | chr |
| season_type | chr |
try(soccer_pbp("m",2018))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.