View source: R/nhl_game_boxscore.R
nhl_game_boxscore | R Documentation |
Returns information on game boxscore for a given game id
nhl_game_boxscore(game_id)
game_id |
Game unique ID |
Returns a named list of data frames: team_box, player_box, skaters, goalies, on_ice, on_ice_plus, penalty_box, scratches, team_coaches
try(nhl_game_boxscore(game_id = 2021020182))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.