player_season: Player Season Stats

bart_player_seasonR Documentation

Player Season Stats

Description

Returns detailed player stats for every Division 1 player since 2008. Tibbles include unique player ids for easy merging.

Usage

bart_player_season(year=current_season(), stat=c('box','shooting','adv'))

Arguments

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

Value

Tibble returns game-by-game player statistics by given split

Examples

try(head(bart_player_season(year=2019, stat='adv')))

andreweatherman/baRt documentation built on March 27, 2022, 12:49 a.m.