getZips: Get nearby zip codes

Description Usage Arguments Value Examples

View source: R/ZipRadius.R

Description

getZips returns the list of zip codes as a character vector which have zip codes which fall in a specified radius in lower case format for use in choroplethrZip.

Usage

1
getZips(zipcode, radius)

Arguments

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.

Value

A character vector of zip codes.

Examples

1
getZips("30316", 10)

EAVWing/ZipRadius documentation built on Feb. 16, 2020, 10:30 p.m.