R/gui.R

# starts the shiny app in nlgeocoder_gui
run_gui <- function(){
  appDir <- system.file("nlgeocoder_gui", package="nlgeocoder")
  shiny::runApp(appDir)
}
edwindj/nllocation documentation built on May 27, 2019, 3:30 p.m.