Skip to contents

PHF Player Leaderboards

[Deprecated]

The PHF has ceased operations. This function is deprecated and will be removed in a future release.

Usage

phf_leaders(
  player_type,
  season = most_recent_phf_season(),
  season_type = "Regular Season"
)

Arguments

player_type

Player type: skaters, goalies

season

Season (YYYY) to pull the team stats from, the concluding year in XXXX-YY format

season_type

Season type: Regular Season or Playoffs

Value

A data frame of stat leaders

Examples

# \donttest{
 try(phf_leaders(player_type = "skaters", season = 2022, season_type="Regular Season"))
#> Error : `phf_leaders()` was deprecated in fastRhockey 1.0.0 and is now defunct.
#>  The PHF has ceased operations.
 try(phf_leaders(player_type = "goalies", season = 2022, season_type="Regular Season"))
#> Error : `phf_leaders()` was deprecated in fastRhockey 1.0.0 and is now defunct.
#>  The PHF has ceased operations.
# }