powered by
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.
get_standings()
date
get_seasons()
get_standings(date = "2025-01-01")
tibble with one row per team
string in 'YYYY-MM-DD'
standings_2025_01_02 <- get_standings(date='2025-01-02')
Run the code above in your browser using DataLab