Launch the address parsing and matching explorer
Source:R/shiny_addr_explorer.R
run_addr_explorer.RdOpens 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()