Description Usage Arguments Value Author(s) Examples
View source: R/get_all_tracking.R
Wrapper for processing NBA.com player tracking data from http://stats.nba.com/players/drives/, http://stats.nba.com/teams/passing/ etc.
| 1 2 3 4 5 6 7 | get_all_tracking(
  season,
  type,
  measure_types = c("Drives", "Defense", "Passing", "Possessions", "PullUpShot",
    "Rebounding", "Efficiency", "SpeedDistance", "ElbowTouch", "PostTouch", "PaintTouch"),
  ...
)
 | 
| season | Number of the year in which season started | 
| type | Specify if data is for Team or Player c("Player,"Team") | 
| measure_types | Specify which statistics group you want to download. c("Drives","Defense","CatchShoot","Passing","Possessions","PullUpShot","Rebounding","Efficiency","SpeedDistance","ElbowTouch","PostTouch","PaintTouch") | 
| ... | Additional arguments for get_tracking | 
Dataset from stats.nba.com
Patrick Chodowski, Chodowski.Patrick@gmail.com
| 1 2 3 4 5 6 7 8 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.