Description Usage Arguments Value Examples
Create an NHL API URL for games
1 | nhl_url_games(gameIds, element)
|
gameIds |
|
element |
|
character()
, of same length as gameIds
.
1 2 3 4 5 | nhlapi:::nhl_url_games(2017010001, "content")
nhlapi:::nhl_url_games(
c(2017010001, 2017010002),
c("content", "boxscore")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.