Skip to contents

get_standings() retrieves information on each team for a given date, including but not limited to their ID; name; conference; division; season, recent, and home-away statistics; and waiver sequence. Access get_seasons() for date reference.

Usage

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

Arguments

date

string in 'YYYY-MM-DD'

Value

tibble with one row per team

Examples

standings_2025_01_02 <- get_standings(date='2025-01-02')