get_scoreboards {nhlscraper} | R Documentation |
Get scoreboard(s) by date
Description
get_scoreboards()
retrieves information on each game for a given date
, including but not limited to their ID; type; venue; start time; tickets link; and home and away teams' IDs, names, and scores. Access get_seasons()
for date
reference. Unable to conclude any major difference versus get_scores()
; may soon be deprecated.
Usage
get_scoreboards(date = "2025-01-01")
Arguments
date |
string in 'YYYY-MM-DD' |
Value
tibble with one row per game
Examples
scoreboards_2025_01_02 <- get_scoreboards(date='2025-01-02')
[Package nhlscraper version 0.2.0 Index]