Learn R Programming

fastRhockey (version 0.4.0)

phf_league_info: PHF League Information

Description

PHF League Information per year

Usage

phf_league_info(season = 2022)

Value

A named list of data frames: seasons, divisions, teams, league, officials, brackets

Arguments

season

Season (YYYY) to pull the league info and IDs for. Season is the concluding year in XXXX-YY format

Examples

Run this code
# \donttest{
  try(phf_league_info(season = 2021))
# }

Run the code above in your browser using DataLab