Skip to contents

phf_standings: pull in the standings data for a game_id from the PHF/NWHL API

[Deprecated]

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

Usage

phf_standings(season = most_recent_phf_season())

Arguments

season

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

Value

A data frame of standings data

Examples

# \donttest{
  try(phf_standings(season = most_recent_phf_season()))
#> Error : `phf_standings()` was deprecated in fastRhockey 1.0.0 and is now
#> defunct.
#>  The PHF has ceased operations.
# }