Learn R Programming

fastRhockey (version 0.4.0)

phf_pbp: phf_pbp

Description

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

Usage

phf_pbp(game_id)

Value

A data frame of play by play information

Arguments

game_id

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

Examples

Run this code
# \donttest{
  try(phf_pbp(game_id = 268127))
# }

Run the code above in your browser using DataLab