| reverse_zipcode {zipcodeR} | R Documentation | 
Given a ZIP code, returns columns of metadata about that ZIP code
Description
Given a ZIP code, returns columns of metadata about that ZIP code
Usage
reverse_zipcode(zip_code)
Arguments
zip_code | 
 A 5-digit U.S. ZIP code or chracter vector with multiple ZIP codes  | 
Value
A tibble containing data for the ZIP code(s)
Examples
reverse_zipcode("90210")
reverse_zipcode("08731")
reverse_zipcode(c("08734", "08731"))
reverse_zipcode("07762")$county
reverse_zipcode("07762")$state
[Package zipcodeR version 0.3.5 Index]