A standalone Shiny app that takes records from upload through geocoding to
map-based review. Upload a file, map the ID and address columns, then either
geocode the addresses (clean, flag, cascade, and attach county/municipality)
or use existing coordinates. The flagged records appear on a map to accept,
reject, or relocate; the app builds a completed override table with
build_review_overrides() that you download as CSV and feed to
apply_manual_overrides(). Geocoding calls external services and needs
network access.
Arguments
- ...
Passed to
shiny::runApp()(e.g.port,host,launch.browser).
