get_scores: Get score(s) by date

View source: R/Game.R

get_scoresR Documentation

Get score(s) by date

Description

get_scores() retrieves information on each game for a given date, including but not limited to their ID; type; venue; start time; period and intermission clocks; and home and away teams' IDs, names, and scores. Access get_seasons() for date reference.

Usage

get_scores(date = "2025-01-01")

Arguments

date

string in 'YYYY-MM-DD'

Value

tibble with one row per game

Examples

scores_2025_01_02 <- get_scores(date='2025-01-02')

nhlscraper documentation built on Aug. 8, 2025, 6:28 p.m.