Description Usage Arguments Value Examples
Get details for the teams' previous game
1 | nhl_teams_shedule_previous(teamIds = NULL)
|
teamIds |
|
data.frame
, with elements with names starting with
previousGameSchedule
that contain data on the teams'
previous game. One row per team.
1 2 3 4 5 6 7 8 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.