loc.lat_lon2geo_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 latitude/longitude input.

Usage

1
2
loc.lat_lon2geo_areas(place_id = "VTRC", lat = 38.880807,
  lon = -77.11577)

Arguments

place_id

some unique identifier for the lat lon

lat

the latitude

lon

the longitude

Value

data.frame

Examples

1
loc.lat_lon2geo_areas("VTRC", lat=38.880807, lon=-77.11577)

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