skater_edge_leaders: Access the skater EDGE statistics leaders for a season and...

View source: R/SkaterEDGE.R

skater_edge_leadersR Documentation

Access the skater EDGE statistics leaders for a season and game type

Description

skater_edge_leaders() scrapes the skater EDGE statistics leaders for a given set of season and game_type.

Usage

skater_edge_leaders(season = "now", game_type = "")

Arguments

season

integer in YYYYYYYY (e.g., 20242025); see skater_edge_seasons() for reference

game_type

integer in 1:3 (where 1 = pre-season, 2 = regular season, 3 = playoff/post-season) OR character of 'pre', 'regular', or 'playoff'/'post'; see skater_edge_seasons() for reference; most functions will NOT support pre-season

Value

list of various items

Examples

skater_EDGE_leaders_regular_20242025 <- skater_edge_leaders(
  season    = 20242025,
  game_type = 2
)

nhlscraper documentation built on Dec. 17, 2025, 5:10 p.m.