Description Usage Arguments Value Examples
getStates
returns the list of states which have zip codes that fall
in a specified radius in lower case format for use in choroplethrZip
.
1 | getStates(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 character vector of US state names, in lower case.
1 | getStates("30316", 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.