Learn R Programming

fastRhockey (version 0.4.0)

phf_standings: PHF Standings

Description

phf_standings: pull in the standings data for a game_id from the PHF/NWHL API

Usage

phf_standings(season = most_recent_phf_season())

Value

A data frame of standings data

Arguments

season

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

Examples

Run this code
# \donttest{
  try(phf_standings(season = most_recent_phf_season()))
# }

Run the code above in your browser using DataLab