Skip to contents

Returns country/location configuration data from the NHL API.

Usage

nhl_location()

Value

Returns a list with location data.

Examples

# \donttest{
  try(nhl_location())
#> $country
#> [1] "US"
#> 
# }