View source: R/bart_player_splits.R
bart_player_splits | R Documentation |
Returns season-long player statistics on a variety of splits.
bart_player_splits( year = current_season(), split = NULL, team = NULL, conf = NULL, exp = NULL, player_id = NULL, type = NULL )
year |
Year to filter. |
split |
Split to filter (see details). |
team |
Team to filter. |
conf |
Conference to filter. |
exp |
Experience to filter. |
player_id |
Unique player ID to filter. |
type |
Data type to return (see details). |
Data is split on three statistical types, explained below:
Returns basic box score stats; sorts by ppg.
Returns play-by-play shooting splits; sorts by ppg.
Returns advanced metrics and possession-adjusted box score statistics; sorts by recruiting rank.
Returns a tibble with the number of columns dependent on the value supplied to the 'stat' argument.
try(bart_player_splits(year=2022, conf='ACC'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.