geolookup: Geo Lookup

Description Usage Arguments Value Examples

View source: R/geoprojection.R

Description

Find a geo record given one of either zip, city, state, or county. Vectors can be used for any of the parameters

Usage

1
  geolookup(zip, city, state)

Arguments

zip
city
state

Value

a data table with columnz zip, lat, lon, city, state, county

Examples

1
2
geolookup(zip = c(94109, 94306))
 geolookup(city = "san francisco")

jeffwong/GeoProjection documentation built on May 19, 2019, 4:02 a.m.