GetPlayerSpecificStats: Player specific stats in a season.

Description Usage Arguments Value Examples

Description

Player specific stats in a season.

Usage

1
2
GetPlayerSpecificStats(player, measure.type, per.mode = "Totals",
  year = CurrentYear(), season.type = "Regular Season", player.ids = NA)

Arguments

player

NBA player (e.g. "James Harden")

measure.type

Either 'Base', 'Advanced', 'Misc', 'Scoring', or 'Usage'

per.mode

Either 'Totals', 'PerGame'

year

NBA season (e.g. 2008 for the 2007-08 season)

season.type

Either 'Regular Season' or 'Playoffs'

player.ids

Players and their IDs

Value

data frame with player's stats

Examples

1
GetPlayerSpecificStats('Anthony Davis', 'Scoring', 2015)

ccagrawal/sportsTools documentation built on May 13, 2019, 2:15 p.m.