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