nhl_teams_shedule_previous {nhlapi} | R Documentation |
Get details for the teams' previous game
Description
Get details for the teams' previous game
Usage
nhl_teams_shedule_previous(teamIds = NULL)
Arguments
teamIds |
|
Value
data.frame
, with elements with names starting with
previousGameSchedule
that contain data on the teams'
previous game. One row per team.
Examples
## Not run:
# Next game for all teams
nhl_teams_shedule_previous()
# Next game for selected teams
nhl_teams_shedule_previous(c(1,3,5))
## End(Not run)
[Package nhlapi version 0.1.4 Index]