# NOT RUN {
# }
# NOT RUN {
# Current rosters for all teams
nhl_teams_rosters()
# Rosters for all teams for past seasons
nhl_teams_rosters(seasons = c("19931994", "19931994"))
# Roster for Devils and Islanders
nhl_teams_rosters(
teamIds = 1:2,
seasons = c("19931994", "19931994")
)
# }
Run the code above in your browser using DataLab