player_game: Player Game Stats

bart_player_gameR Documentation

Player Game Stats

Description

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

Usage

bart_player_game(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_game(year=2019, stat='shooting')))

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