
Get roster statistics by team, season, game-type, and player-type
Source:R/Team.R
get_team_roster_statistics.Rd
get_team_roster_statistics()
retrieves information on each player for a given set of team
, season
, game_type
and player_type
, including but not limited to their ID, name, and statistics. Access get_teams()
for team
and get_team_seasons()
for season
references.
Usage
get_team_roster_statistics(
team = "BOS",
season = get_season_now()$seasonId,
game_type = 2,
player_type = "skaters"
)