Skip to contents

Returns a list of all NHL seasons with their metadata.

Usage

nhl_seasons()

Value

Returns a data frame with season information.

Examples

# \donttest{
  try(nhl_seasons())
#> ── NHL Seasons ──────────────────────────────────────────── fastRhockey 1.0.0 ──
#>  Data updated: 2026-04-08 07:40:21 UTC
#> # A tibble: 108 × 1
#>    season_id
#>        <int>
#>  1  19171918
#>  2  19181919
#>  3  19191920
#>  4  19201921
#>  5  19211922
#>  6  19221923
#>  7  19231924
#>  8  19241925
#>  9  19251926
#> 10  19261927
#> # ℹ 98 more rows
# }