View source: R/basketball_player_box_score.R
| basketball_player_box_score | R Documentation |
Get U SPORTS basketball player box scores
basketball_player_box_score(gender, year = c())
gender |
Gender of athletes "m" or "w" |
year |
The season(s) of interest. |
| Column Name | Type |
| player | chr |
| min | int |
| fgm | int |
| fga | int |
| three_pm | int |
| three_pa | int |
| ftm | int |
| fta | int |
| oreb | int |
| dreb | int |
| reb | int |
| ast | int |
| stl | int |
| blk | int |
| to | int |
| pf | int |
| pts | int |
| starter | int |
| player_number | int |
| player_links | chr |
| date | chr |
| game_id | chr |
| team_name | chr |
| season | chr |
| season_type | chr |
try(basketball_player_box_score("m",2018))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.