projectGeo: GeoProjection

Description Usage Arguments Value Examples

View source: R/geoprojection.R

Description

Append geographic data based on one of zip, city, or state

Usage

1
  projectGeo(zip, city, state)

Arguments

zip
city
state

Value

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

Examples

1
projectGeo(zip = c(94109, 94306))

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