# NOT RUN {
 # Get current standings
 nhl_standings()
 # Get standings for historical seasons
 nhl_standings(seasons = 2015:2016)
 # Get standings for historical seasons
 nhl_standings(
   seasons = 2015:2016,
   standingsType = "byDivision",
   expand = "standings.record"
 )
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab