Learn R Programming

nhlscraper (version 0.5.0)

games: Access all the games

Description

games() retrieves all the games as a data.frame where each row represents game and includes detail on game timeline state, period/clock progression, and matchup flow plus date/season filtering windows and chronological context.

Usage

games()

Arguments

Value

data.frame with one row per game

Examples

Run this code
# May take >5s, so skip.
all_games <- games()

Run the code above in your browser using DataLab