R/runapp.R

Defines functions app

#' @export
app <- function() {
  appdir <- system.file("shiny", "edibbleGUI", package = "edibbleGUI")
  shiny::runApp(appdir)
}
emitanaka/edibbleGUI documentation built on Dec. 20, 2021, 4:26 a.m.