nhl_teams_shedule_next {nhlapi} | R Documentation |
Get details for the teams' upcoming game
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.
## 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)