Returns the NHL Edge goalie landing-page payload. Wraps
https://api-web.nhle.com/v1/edge/goalie-landing/.... When season
is NULL (default) the /now endpoint is used to fetch the current
season.
Value
A data frame (fastRhockey_data) with the following columns:
| col_name | types | description |
| id | integer | Unique player identifier. |
| game_types | list | Nested list of game-type-specific landing metrics. |
Returns NULL on failure / empty response.
Examples
# \donttest{
try(nhl_edge_goalie_landing())
#> ── NHL Edge Goalie Landing ──────────────────────────────── fastRhockey 1.0.0 ──
#> ℹ Data updated: 2026-06-13 03:25:01 UTC
#> # A tibble: 5 × 2
#> id game_types
#> <int> <list>
#> 1 20212022 <int [2]>
#> 2 20222023 <int [2]>
#> 3 20232024 <int [2]>
#> 4 20242025 <int [2]>
#> 5 20252026 <int [2]>
# }
