Learn R Programming

fastRhockey (version 0.4.0)

phf_team_roster: PHF Team Roster

Description

PHF Team Roster lookup

Usage

phf_team_roster(team, season = most_recent_phf_season())

Value

A named list of data frames: roster, team_staff

Arguments

team

Team name with nickname (e.g. Boston Pride, Buffalo Beauts)

season

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

Examples

Run this code
# \donttest{
   try(phf_team_roster(team = "Boston Pride", season = 2022))
# }

Run the code above in your browser using DataLab