Skip to contents

Opens a Shiny app that shows how an input address is tagged with tag_usaddress(), normalized by as_addr(), and then matched in stages against nad_example_data().

Usage

run_addr_explorer(launch.browser = interactive())

Arguments

launch.browser

logical; passed to shiny::runApp()

Value

Invisibly returns the result of shiny::runApp()

Examples

if (FALSE) { # \dontrun{
  run_addr_explorer()
} # }