
Get skater statistics leaders by season, game-type, and category
Source:R/Skater.R
get_skater_leaders.Rd
get_skater_leaders()
retrieves information on each skater for a given set of season
, game_type
, and category
, including but not limited to their ID, name, and statistics. Access get_seasons()
for season
reference.
Usage
get_skater_leaders(
season = get_season_now()$seasonId,
game_type = 2,
category = "points"
)