GetPlayerStatsByTeam: Player stats by team

Description Usage Arguments Value Examples

Description

Player stats by team

Usage

1
2
3
GetPlayerStatsByTeam(year = CurrentYear(), team.id,
  season.type = "Regular Season", measure.type = "Base",
  per.mode = "Per Game")

Arguments

year

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

season.type

Either 'Regular Season' or 'Playoffs'

measure.type

Either 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent', 'Usage', or 'Defense'

per.mode

Either 'Totals', 'PerGame', 'MinutesPer', 'Per48', 'Per40', 'PerMinute', 'PerPossession', 'PerPlay', 'Per100Possessions', or 'Per100Plays'

source

Currently only 'NBA'

Value

data frame with players stats

Examples

1
GetPlayerStatsByTeam(year = 2016, team.id = '1610612745')

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