
Add county and municipality fields from boundary polygons
Source:R/add-local-geography.R
add_muni_from_shapes.RdA crosswalk-oriented wrapper around add_local_geography() for workflows
where the final output should carry explicit county/municipality columns and
stable join identifiers. It spatially joins geocoded points to
municipal/local boundary polygons and adds County, Municipality,
Muni Key, muni_join_key, code fields, and muni_match_status.
Value
data with County, Municipality, Muni Key, muni_join_key,
county_code, county_fips, municipality_code,
municipality_geoid, municipality_name_standard, municipality_type,
and muni_match_status when available. The generic location_county,
location_locality, and geography_match_status columns are retained.