Get roster statistics by team, season, game-type, and player-type
Source:R/Team.R
get_team_roster_statistics.Rd
Get roster statistics by team, season, game-type, and player-type
Usage
get_team_roster_statistics(
team = "BOS",
season = get_season_now()$seasonId,
game_type = 2,
player_type = "skaters"
)