get_standings {nhlscraper} | R Documentation |
Get standings by date
Description
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')
[Package nhlscraper version 0.2.0 Index]