PHF Team Roster lookup
The PHF has ceased operations. This function is deprecated and will be removed in a future release.
Usage
phf_team_roster(team, season = most_recent_phf_season())Examples
# \donttest{
try(phf_team_roster(team = "Minnesota Whitecaps", season = 2023))
#> Error : `phf_team_roster()` was deprecated in fastRhockey 1.0.0 and is now
#> defunct.
#> ℹ The PHF has ceased operations.
try(phf_team_roster(team = "Buffalo Beauts", season = 2023))
#> Error : `phf_team_roster()` was deprecated in fastRhockey 1.0.0 and is now
#> defunct.
#> ℹ The PHF has ceased operations.
try(phf_team_roster(team = "Buffalo Beauts", season = 2016))
#> Error : `phf_team_roster()` was deprecated in fastRhockey 1.0.0 and is now
#> defunct.
#> ℹ The PHF has ceased operations.
# }
