View source: R/volleyball_team_box_score.R
| volleyball_team_box_score | R Documentation |
Get U SPORTS volleyball team box scores
volleyball_team_box_score(gender, year = c())
gender |
Gender of athletes "m" or "w" |
year |
The season(s) of interest |
| Column Name | Type |
| set | int |
| k | int |
| e | int |
| ta | int |
| pct | dbl |
| team_name | chr |
| game_id | chr |
| date_time | chr |
| points | int |
| season | chr |
| season_type | chr |
try(volleyball_team_box_score("m",2018))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.