phf_team_roster: *PHF Team Roster*

View source: R/phf_team_roster.R

phf_team_rosterR Documentation

PHF Team Roster

Description

PHF Team Roster lookup

Usage

phf_team_roster(team, season = most_recent_phf_season())

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

Value

A named list of data frames: roster, team_staff

Examples


   try(phf_team_roster(team = "Minnesota Whitecaps", season = 2023))
   try(phf_team_roster(team = "Buffalo Beauts", season = 2023))
   try(phf_team_roster(team = "Buffalo Beauts", season = 2016))


benhowell71/fastRhockey documentation built on March 1, 2024, 9:23 a.m.