Returns the NHL Edge team landing payload with league-wide
team metrics. Wraps
https://api-web.nhle.com/v1/edge/team-landing/....
When season is NULL (default) the /now endpoint is used to fetch
the current season.
Examples
# \donttest{
try(nhl_edge_team_landing())
#> ── NHL Edge Team Landing ────────────────────────────────── fastRhockey 1.0.0 ──
#> ℹ Data updated: 2026-04-13 17:05:05 UTC
#> # A tibble: 5 × 2
#> id game_types
#> <int> <list>
#> 1 20252026 <int [1]>
#> 2 20242025 <int [2]>
#> 3 20232024 <int [2]>
#> 4 20222023 <int [2]>
#> 5 20212022 <int [2]>
# }
