R/GUI.R

Defines functions runGUI

Documented in runGUI

#' GUI Shiny App
#' @export
runGUI <- function() {
  shiny::runApp(appDir = system.file('shinyApp', package='akiFlagger'))
}

Try the akiFlagger package in your browser

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

akiFlagger documentation built on April 7, 2021, 5:10 p.m.