
Get goalie statistics leaders by season, game-type, and category
Source:R/Goalie.R
get_goalie_leaders.Rd
get_goalie_leaders()
retrieves information on each goalie 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_goalie_leaders(
season = get_season_now()$seasonId,
game_type = 2,
category = "wins"
)