phf_standings {fastRhockey} | R Documentation |
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())
Arguments
season |
Season (YYYY) to pull the standings from, the concluding year in XXXX-YY format |
Value
A data frame of standings data
Examples
try(phf_standings(season = most_recent_phf_season()))
[Package fastRhockey version 0.4.0 Index]