powered by
Returns team shooting totals and shares by shot location. Data returns back to 2010.
bart_team_shooting(year = current_season(), conf = NULL, team = NULL)
Returns a tibble with 20 columns:
team
character.
seed
double.
conf
dunk_fg
dunk_share
dunk_fg_d
dunk_share_d
close_fg
close_share
close_fg_d
close_share_d
far_fg
far_share
far_fg_d
far_share_d
three_fg
three_share
three_fg_d
three_share_d
year
Filters to year
Filters to conference
Filters to team
`x_share` represents the percentage of made FGs that fall under that category.
try(bart_team_shooting(year=2019))
Run the code above in your browser using DataLab