View source: R/loc_lats_lons2geo_areas.R
loc_lat_lon2geo_areas | R Documentation |
Get census block, county, state, and market area information based on latitude/longitude input from the FCC API.
loc_lat_lon2geo_areas(place_id = "VTRC", lat = 38.880807, lon = -77.11577)
place_id |
some unique identifier for the lat lon |
lat |
the latitude |
lon |
the longitude |
data.frame
loc_lat_lon2geo_areas("VTRC", lat=38.880807, lon=-77.11577)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.