get_standings_information {nhlscraper} | R Documentation |
Get standings information for all seasons
Description
get_standings_information()
retrieves information on each season, including but not limited to their ID; start and end dates for standings; and conference-division, win-tie-loss, and wildcard regulations. May soon be merged with get_seasons()
.
Usage
get_standings_information()
Value
tibble with one row per season
Examples
standings_info <- get_standings_information()
[Package nhlscraper version 0.2.0 Index]