View source: R/volleyball_player_box_score.R
| volleyball_player_box_score | R Documentation |
Get U SPORTS volleyball player box scores
volleyball_player_box_score(gender, year = c())
gender |
Gender of athletes "m" or "w" |
year |
The season(s) of interest. |
| Column Name | Type |
| player_number | chr |
| player | chr |
| sp | chr |
| k | int |
| e | int |
| ta | int |
| k_percentage | dbl |
| a | int |
| sa | int |
| se | int |
| re | int |
| digs | int |
| bs | int |
| ba | int |
| be | int |
| bhe | int |
| pts | dbl |
| team_name | chr |
| player_links | chr |
| game_id | chr |
| date_time | chr |
| start | lgl |
| season | chr |
| season_type | chr |
try(volleyball_player_box_score("m",2018))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.