R/runApp.xmsPANDALite.R

Defines functions runApp.xmsPANDALite

Documented in runApp.xmsPANDALite

runApp.xmsPANDALite <-
function() {
    
    suppressMessages(library(shiny))
                     suppressMessages(library(shinyjs))
                                      suppressMessages(library(shinyBS))
                                                       suppressMessages(library(DT))
    
    appDir <- system.file("shinyappLite", package = "xmsPANDA")
    if (appDir == "") {
      stop("Could not find shinyappLite directory. Try re-installing `xmsPANDA`.", call. = FALSE)
    }
    
    shiny::runApp(appDir, display.mode = "normal")
  }
kuppal2/xmsPANDA documentation built on May 15, 2021, 5:48 a.m.