get_seasons {nhlscraper} | R Documentation |
Get all seasons
Description
get_seasons()
retrieves information on each season, including but not limited to their ID; start and end dates; number of regular season and playoff games; Stanley Cup owner; Olympics participation; entry and supplemental draft, conference-division, win-tie-loss, and wildcard regulations.
Usage
get_seasons()
Value
tibble with one row per season
Examples
all_seasons <- get_seasons()
[Package nhlscraper version 0.2.0 Index]