location: Access the location for a zip code

View source: R/Other.R

locationR Documentation

Access the location for a zip code

Description

location() returns the NHL postal lookup result for one ZIP/postal code, including country, region, and related local-market fields when available.

Usage

location(zip = 10001)

Arguments

zip

integer (e.g., 48304)

Value

data.frame with one row per team

Examples

Cranbrook_Schools <- location(48304)

nhlscraper documentation built on June 29, 2026, 1:06 a.m.