Description Usage Arguments Value Author(s) Examples
View source: R/get_all_defense.R
Wrapper for processing NBA.com player defense data
| 1 2 3 4 5 6 7 | get_all_defense(
  season,
  type,
  defense_categories = c("Overall", "3+Pointers", "2+Pointers", "Less+Than+6Ft",
    "Less+Than+10Ft", "Greater+Than+15Ft"),
  ...
)
 | 
| season | Number of the year in which season started | 
| type | Specify if data is for Team or Player c("Player,"Team") | 
| defense_categories | Specify which defense categories group you want to download. c("Overall","3+Pointers","2+Pointers","Less+Than+6Ft","Less+Than+10Ft","Greater+Than+15Ft") | 
| ... | Additional arguments for get_defense | 
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.