phf_leaders | R Documentation |
PHF Player Leaderboards
phf_leaders(
player_type,
season = most_recent_phf_season(),
season_type = "Regular Season"
)
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 |
A data frame of stat leaders
try(phf_leaders(player_type = "skaters", season = 2022, season_type="Regular Season"))
try(phf_leaders(player_type = "goalies", season = 2022, season_type="Regular Season"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.