get_nba_season_team_rosters: Query the commonteamroster endpoint from nba stats

Description Usage Arguments Value

Description

Query the commonteamroster endpoint from nba stats

Usage

1
2
get_nba_season_team_rosters(seasons = NULL, teamids = NULL,
  sleep = TRUE)

Arguments

seasons

numeric seasons to grab (e.g. 2000)

teamids

character that looks like a numeric but could have leading zeroes, teamids to grab, usually the TEAM_ID field in a boxscore

sleep

logical sleep between API calls

Value

list of team rosters; each entry will have players and coaches if available


jimtheflash/nbastatstools documentation built on May 23, 2019, 4:01 a.m.