Description Usage Arguments Value Examples
Get the city, state, latitude and longitude of zip codes
1 | lookupZips(zipcodes)
|
zipcodes |
A character vector of five digit zip codes |
A data frame with five columns and as many rows as
the length of the zipcodes
argument.
Character. The zip codes you passed to the function.
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.
1 2 | zipcodes <- c("99501", "90210", "33162", "60606", "42748", "99999")
lookupZips(zipcodes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.