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

View source: R/loc_lats_lons2geo_areas.R

loc_lat_lon2geo_areasR Documentation

Get census block, county, state, and market area information based on latitude/longitude input from the FCC API.

Description

Get census block, county, state, and market area information based on latitude/longitude input from the FCC API.

Usage

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

loc_lat_lon2geo_areas("VTRC", lat=38.880807, lon=-77.11577)

uva-bi-sdad/dc.utils documentation built on Aug. 1, 2022, 1:45 a.m.