Skip to contents

get_games() retrieves information on each game, including but not limited to their ID, season, type, start date and time, and home and visiting teams' IDs and scores.

Usage

get_games()

Value

tibble with one row per game

Examples

# This may take >5s, so skip.
# \donttest{
  all_games <- get_games()
# }