search_radius | R Documentation |
Search for ZIP codes that are within a given radius from a point
search_radius(lat, lng, radius = 1)
lat |
latitude |
lng |
longitude |
radius |
distance to search in miles, set by default to 1 |
a tibble containing the ZIP code(s) within the provided radius and distance from the provided coordinates in miles
## Not run:
search_radius(39.9, -74.3, 10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.