loc.lats_lons2geo_areas: Get census block, county, state, and market area information...

Description Usage Arguments Value Examples

View source: R/location.R View source: R/.ipynb_checkpoints/location-checkpoint.R

Description

Get census block, county, state, and market area information based on multiple latitude/longitude inputs.

Usage

1
2
3
loc.lats_lons2geo_areas(place_idCol = c("VTRC", "VT-NVC"),
  latCol = c(38.880807, 38.8968325), lonCol = c(-77.11577,
  -77.1894815))

Arguments

place_idCol

vector of unique identifiers

latCol

vector of latitudes

lonCol

vector of longitudes

Value

data.frame

Examples

1
2
3
loc.lats_lons2geo_areas(place_idCol = c("VTRC", "VT-NVC"),
                  latCol = c(38.880807, 38.8968325),
                  lonCol = c(-77.11577, -77.1894815))

dads2busy/dataplumbr documentation built on July 2, 2021, 3:24 a.m.