scores: Access the scores for a date

View source: R/Game.R

scoresR Documentation

Access the scores for a date

Description

scores() returns the public scoreboard for one date with one row per game, including team abbreviations, start/status fields, score state, venue, broadcasts, and game links when the API exposes them.

Usage

scores(date = "now")

Arguments

date

character in 'YYYY-MM-DD' (e.g., '2025-01-01'); see seasons() for reference

Value

data.frame with one row per game

Examples

scores_Halloween_2025 <- scores(date = '2025-10-31')

nhlscraper documentation built on June 29, 2026, 1:06 a.m.