GetPlayerStats: Player stats per season.

Description Usage Arguments Value Examples

Description

Player stats per season.

Usage

1
2
3
GetPlayerStats(year = CurrentYear(), season.type = "Regular Season",
  measure.type = "Basic", per.mode = "Per Game", position = "",
  location = "", source = "NBA")

Arguments

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

Value

data frame with players stats

Examples

1
GetPlayerStats(2014, measure.type = 'Basic')

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