bart_player_season | R Documentation |
Returns detailed player stats for every Division 1 player since 2008. Tibbles include unique player ids for easy merging.
bart_player_season(year=current_season(), stat=c('box','shooting','adv'))
stat = 'box' |
Returns tibble with basic box score averages |
stat = 'shooting' |
Returns tibble with shooting splits (totals, rates, and percentages) |
stat = 'adv' |
Returns tibble with advanced statistics + draft/recruit info |
Tibble returns game-by-game player statistics by given split
try(head(bart_player_season(year=2019, stat='adv')))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.