Returns career player stats from the NHL Records API
(https://records.nhl.com/site/api/player-stats). Supports Cayenne
filtering and pagination.
Examples
# \donttest{
try(nhl_records_player_stats(cayenne_exp = "playerId=8478402"))
#> Request failed [400]. Retrying in 1 seconds...
#> Request failed [400]. Retrying in 3.9 seconds...
#> 2026-04-13 17:05:50.383166: Error fetching records resource 'player-stats': The API returned an error
#> NULL
# }
