Learn R Programming

fastRhockey (version 0.4.0)

nhl_game_shifts: NHL Game Shifts

Description

Returns information on game shifts for a given game id

Usage

nhl_game_shifts(game_id)

Value

Returns a tibble

Arguments

game_id

Game unique ID

Examples

Run this code
# \donttest{
  try(nhl_game_shifts(game_id=2021020182))
# }

Run the code above in your browser using DataLab