Learn R Programming

zipcodeR (version 0.4.0)

reverse_zipcode_ng: Reverse-geocode ZIP codes using an explicit data bundle

Description

Reverse-geocode ZIP codes using an explicit data bundle

Usage

reverse_zipcode_ng(data, zip_code)

Value

One row per input, in input order, with duplicates preserved. The result adds state_fips (two digits) and county_fips (the full five-digit county identifier) for the database's predominant county.

Arguments

data

A zipcodeR_data_bundle.

zip_code

Five-digit ZIP code(s).