Description Usage Arguments Value Examples
View source: R/nba_analytics.R
fetches the player season totals for base box score statistics
1  | nba_player_season_totals(season)
 | 
season | 
 a valid MySportsFeeds v2.0 API season name  | 
a tibble of season total box score statistics, arranged by descending total points scored
1 2 3 4  | ## Not run: 
player_totals <- dfstools::nba_player_season_totals("current")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.