get_games {nhlscraper}R Documentation

Get all games

Description

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.

  all_games <- get_games()


[Package nhlscraper version 0.2.0 Index]