reverse_zipcode | R Documentation |
Given a ZIP code, returns columns of metadata about that ZIP code
reverse_zipcode(zip_code)
zip_code |
A 5-digit U.S. ZIP code or chracter vector with multiple ZIP codes |
A tibble containing data for the ZIP code(s)
reverse_zipcode("90210")
reverse_zipcode("08731")
reverse_zipcode(c("08734", "08731"))
reverse_zipcode("07762")$county
reverse_zipcode("07762")$state
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.