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:
team
character.
seed
double.
conf
character.
dunk_fg
character.
dunk_share
double.
dunk_fg_d
character.
dunk_share_d
double.
close_fg
character.
close_share
double.
close_fg_d
character.
close_share_d
double.
far_fg
character.
far_share
double.
far_fg_d
character.
far_share_d
double.
three_fg
character.
three_share
double.
three_fg_d
character.
three_share_d
double.
year
double.
try(bart_team_shooting(year=2019))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.