Description Usage Arguments Value Examples
fetch the game feed for a specific game from the nhl api
1 | fetch_game_feed(game_id)
|
game_id |
a number or string that represent the id of an nhl game |
data.table that contains all event for the requested game
1 2 | fetch_game_feed(2018020001)
fetch_game_feed("2018020001")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.