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