Description Usage Arguments Value Examples
Get details for the teams' upcoming game
1 | nhl_teams_shedule_next(teamIds = NULL)
|
teamIds |
|
data.frame
, with elements with names starting with
nextGameSchedule
that contain data on the teams' upcoming
game. One row per team.
1 2 3 4 5 6 7 8 | ## Not run:
# Next game for all teams
nhl_teams_shedule_next()
# Next game for selected teams
nhl_teams_shedule_next(c(1,3,5))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.