Description Usage Arguments Value Examples
getZipPop
returns a data frame of zip codes and their population where
the zip codes fall within a given radius for use in choroplethrZip
.
1 | getZipPop(zipcode, radius)
|
zipcode |
The reference zip code of which you'd like the list of zip codes within a give radius as character. |
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 two columns.
the length of the zipcodes
argument.
Character. A zip code nearby to the reference zip code.
Numeric. The population of that zip code.
1 | getZipPop("30316", 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.