geocode_zip | R Documentation |
Returns that lat / lon pair of the centroid of a given ZIP code
geocode_zip(zip_code)
zip_code |
A 5-digit U.S. ZIP code |
tibble of lat lon coordinates
geocode_zip("07762")
geocode_zip("90210")
geocode_zip("90210")$lat
geocode_zip("90210")$lng
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.