Skip to contents

Opens a minimal Shiny app that geocodes one typed address with geocode() and maps the result with leaflet.

Usage

run_geocode_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_geocode_explorer()
} # }