phf_team_stats {fastRhockey}R Documentation

PHF Team Stats

Description

PHF Team Stats lookup

Usage

phf_team_stats(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: skaters, goalies

Examples


  try(phf_team_stats(team = "Boston Pride", season = 2022))


[Package fastRhockey version 0.4.0 Index]