Skip to contents

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')