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

View source: R/loc_lats_lons2geo_areas.R

loc_lats_lons2geo_areasR Documentation

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

Description

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

Usage

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

loc_lats_lons2geo_areas(place_idCol = c("VTRC", "VT-NVC"),
                  latCol = c(38.880807, 38.8968325),
                  lonCol = c(-77.11577, -77.1894815))

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