powered by
Get details for the teams' previous game
nhl_teams_shedule_previous(teamIds = NULL)
integer(), ids of the teams or NULL (default) for all teams. As of end of 2019, the valid team ids seem to be in the 1:54 range.
integer()
NULL
1:54
data.frame, with elements with names starting with previousGameSchedule that contain data on the teams' previous game. One row per team.
data.frame
previousGameSchedule
# NOT RUN { # } # NOT RUN { # Next game for all teams nhl_teams_shedule_previous() # Next game for selected teams nhl_teams_shedule_previous(c(1,3,5)) # }
Run the code above in your browser using DataLab