View source: R/loc_lats_lons2geo_areas.R
loc_lats_lons2geo_areas | R Documentation |
Get census block, county, state, and market area information based on multiple latitude/longitude inputs. #' from the FCC API.
loc_lats_lons2geo_areas( place_idCol = c("VTRC", "VT-NVC"), latCol = c(38.880807, 38.8968325), lonCol = c(-77.11577, -77.1894815) )
place_idCol |
vector of unique identifiers |
latCol |
vector of latitudes |
lonCol |
vector of longitudes |
data.frame
loc_lats_lons2geo_areas(place_idCol = c("VTRC", "VT-NVC"), latCol = c(38.880807, 38.8968325), lonCol = c(-77.11577, -77.1894815))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.