phf_game_details: pull in the raw data for a game_id from the PHF/NWHL API
Examples
# \donttest{
try(phf_game_details(game_id = 612254))
#> ── PHF Game Details Information from PremierHockeyFederation.com ───────────────
#> ℹ Data updated: 2023-03-08 07:48:03 UTC
#> # A tibble: 1 × 12
#> game_id game_date home_…¹ home_…² home_…³ home_…⁴ home_…⁵ away_…⁶ away_…⁷
#> <dbl> <chr> <chr> <chr> <chr> <chr> <int> <chr> <chr>
#> 1 612254 Dec 10, 2022 … Toront… Toronto Six TOR 2 Metrop… Metrop…
#> # … with 3 more variables: away_nickname <chr>, away_abbreviation <chr>,
#> # away_score_total <int>, and abbreviated variable names ¹home_team,
#> # ²home_location, ³home_nickname, ⁴home_abbreviation, ⁵home_score_total,
#> # ⁶away_team, ⁷away_location
# }