Description Usage Arguments Value Examples
Find all zip codes within a radius of a specified zip code.
1 | zipRadius(zipcode, radius)
|
zipcode |
The reference zip code of which you'd like the list of zip codes within a give radius as a character vector of length one. |
radius |
The distance in miles from the center of the given zip to the center of the other zips as numeric. |
A data frame with six columns.
the length of the zipcodes
argument.
Character. A zip code nearby to the reference zip code.
Character. The cities containing the zip codes.
Character. The states containing the zip codes.
Numeric. The latitudes of the centers of the zip codes.
Numeric. The longitudes of the centers of the zip codes.
Numeric. The distance in miles from the center of the reference zip code to the center of the zip code in that row.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.