Description Usage Arguments Value Examples
Player stats per season.
| 1 2 3 | GetPlayerStats(year = CurrentYear(), season.type = "Regular Season",
  measure.type = "Basic", per.mode = "Per Game", position = "",
  location = "", source = "NBA")
 | 
| year | NBA season (e.g. 2008 for the 2007-08 season) | 
| season.type | Either 'Regular Season' or 'Playoffs' | 
| measure.type | Either 'Basic', 'Advanced', or 'RPM' | 
| per.mode | Either 'Per Game', 'Totals', or '100 Possessions' | 
| position | Either 'G', 'F', or 'C' | 
| source | Either 'Basketball-Reference', 'NBA', or 'ESPN' | 
| Location | Either 'Home' or 'Away | 
data frame with players stats
| 1 | GetPlayerStats(2014, measure.type = 'Basic')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.