| add_census_geographies | Attach multiple Census geography levels to geocoded points |
| add_county_muni | Add county and municipality fields from Census boundaries |
| add_local_geography | Join records to local geography |
| add_match_confidence | Add a unified match-confidence score |
| add_muni_from_key | Add county and municipality fields by joining on a shared key |
| add_muni_from_shapes | Add county and municipality fields from boundary polygons |
| apply_manual_overrides | Apply completed manual overrides |
| backfill_from_reference | Backfill verified coordinates from a trusted reference table (Tier 0) |
| bbox_from_sf | Build a geocoding bounding box from an sf layer |
| build_local_geography | Build a local geography layer from Census TIGER/Line boundaries |
| build_review_overrides | Build a manual-override table from review decisions |
| cache_clear | Clear a locatr cache |
| cache_info | Summarise a locatr cache |
| clean_addresses | Clean and standardise address fields |
| compare_geocode_runs | Compare two geocoding runs |
| explain_geocode_result | Explain how geocoded records were handled |
| export_location_crosswalk | Export the location crosswalk |
| flag_bad_addresses | Flag addresses that should not be blindly geocoded |
| flag_field_conflicts | Flag cross-field conflicts in location data |
| geocode_address | Look up a single address and return ranked candidate points |
| geocode_arcgis | ArcGIS address fallback pass (Google-like fuzzy matching) |
| geocode_by_name | Name-based geocode pass (the "paste it in a browser" tier) |
| geocode_census | Primary geocode pass via the US Census batch geocoder |
| geocode_provenance | Read the provenance manifest from a geocoding run |
| geocode_records | Run the full geocoding cascade |
| geocode_report | Summarise a geocoding run into a provenance report |
| in_bbox | Is a coordinate inside a bounding box? |
| locatr_cache | Create a locatr response cache |
| plot_geocode_review_map | Plot geocoded records for review |
| print.locatr_cache | Create a locatr response cache |
| print.locatr_provenance | Read the provenance manifest from a geocoding run |
| print.locatr_report | Summarise a geocoding run into a provenance report |
| region_bbox | Region bounding box |
| run_locatr_app | Launch the locatr demo Shiny app |
| run_locatr_review_app | Launch the locatr map-based review app |
| suggest_geography_level | Suggest a Census geography level for a state |
| summarise_geocoding | Summarise geocoding quality |
| validate_geocodes | Validate geocoded coordinates against a region |
| write_geocode_review | Export only the records that still need a human |