Description Usage Arguments Value Examples
get_geoid
1 | get_geoid(location, acs_geometry = get_acs_geometry()$block_groups)
|
location |
data frame with columns "lon" and "lat" |
acs_geometry |
list of acs geometries If the acs_geometry is at the block group level, the returned GEOID will be the block group of the target location. Likewise, if the acs_geometry is at the census tract level, the GEOID returned will be the census tract containing the target location. When a location lies on the edge of multiple geographies, only the first
detected geography will be returned. If multiple geographies are detected,
the |
data frame containing input coordinates, GEOID for geographic region, geography name, multiple intersections flag, ACS total population, and matching geometry
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.