PHF Player Leaderboards
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"
)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.
# }
