get_team_roster_statistics() is deprecated. Use roster_statistics()
instead.
get_team_roster_statistics(
team = "NJD",
season = "now",
game_type = 2,
player_type = "skaters"
)data.frame with one row per player
three-letter code (e.g., 'COL'); see teams() for reference
integer in YYYYYYYY (e.g., 20242025); see seasons() for
reference
integer in 1:3 (where 1 = pre-season, 2 = regular season, 3
= playoff/post-season) OR character of 'pre', 'regular', or
playoff'/'post'; see seasons() for reference; most functions will NOT
support pre-season
character of 'skaters' or 'goalies'