powered by
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.
get_games()
tibble with one row per game
# This may take >5s, so skip. # \donttest{ all_games <- get_games() # }
Run the code above in your browser using DataLab