R/gui.R

Defines functions run_gui

# starts the shiny app in nlgeocoder_gui
run_gui <- function(){
  appDir <- system.file("nlgeocoder_gui", package="nlgeocoder")
  shiny::runApp(appDir)
}

Try the nlgeocoder package in your browser

Any scripts or data that you put into this service are public.

nlgeocoder documentation built on May 2, 2019, 3:32 p.m.