bart_team_shooting | R Documentation |
Returns play-by-play rates and totals for shooting splits by team since 2008.
bart_team_shooting(year=current_season())
year |
Year of season to pull |
Data is scraped by Barttorvik from play-by-play feeds and might contain errors. x_share
represents the percentage of two-point field goal attempts from that shooting spot, while three_share
represents the percentage of total field goal attemps from the perimeter.
Returns a tibble with play-by-play shooting information.
try(head(bart_team_shooting(year=2015)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.