View source: R/bart_team_shooting.R
| bart_team_shooting | R Documentation |
Returns team shooting totals and shares by shot location. Data returns back to 2010.
bart_team_shooting(year = current_season(), conf = NULL, team = NULL)
year |
Filters to year |
conf |
Filters to conference |
team |
Filters to team |
'x_share' represents the percentage of made FGs that fall under that category.
Returns a tibble with 20 columns:
teamcharacter.
seeddouble.
confcharacter.
dunk_fgcharacter.
dunk_sharedouble.
dunk_fg_dcharacter.
dunk_share_ddouble.
close_fgcharacter.
close_sharedouble.
close_fg_dcharacter.
close_share_ddouble.
far_fgcharacter.
far_sharedouble.
far_fg_dcharacter.
far_share_ddouble.
three_fgcharacter.
three_sharedouble.
three_fg_dcharacter.
three_share_ddouble.
yeardouble.
try(bart_team_shooting(year=2019))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.