Skip to contents

phf_game_raw: pull in the raw data for a game_id from the PHF/NWHL API

[Deprecated]

The PHF has ceased operations. This function is deprecated and will be removed in a future release.

Usage

phf_game_raw(game_id)

Arguments

game_id

The unique ID code for the game that you are interested in viewing the data for

Value

A list of data frames

Examples

# \donttest{
  try(phf_game_raw(game_id = 612254))
#> Error : `phf_game_raw()` was deprecated in fastRhockey 1.0.0 and is now defunct.
#>  The PHF has ceased operations.
# }