# NOT RUN {
  # Get content for one game
  nhl_games(2017010001, "content")
  # Get both box score and content for 2 games
  nhl_games(c(2017010001, 2017010002), c("content", "boxscore"))
  # Get content for a game
  nhl_games_content(2017010001)
  # Get the game feed for a game
  nhl_games_feed(2017010001)
  # Get the box score for a game
  nhl_games_boxscore(2017010001)
  # Get the line score for a game
  nhl_games_linescore(2017010001)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab