GetOnOffStats: On-Off stats for each player on a team

Description Usage Arguments Value Examples

Description

On-Off stats for each player on a team

Usage

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

Arguments

team

Either team name ('Golden State') or team id

year

2015 for 2014-15 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'

team.ids

Teams and their IDs

Value

data frame of stats

Examples

1
GetOnOffStats(team = '1610612745', measure.type = 'Advanced')

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