R/zip_lookups.r
search_radius.RdSearch for ZIP codes that are within a given radius from a point
search_radius(lat, lng, radius = 1)a tibble containing the ZIP code(s) within the provided radius and distance from the provided coordinates in miles
if (FALSE) { # \dontrun{
search_radius(39.9, -74.3, 10)
} # }