R/runApp.xmsPANDA.R

Defines functions runApp.xmsPANDA

Documented in runApp.xmsPANDA

runApp.xmsPANDA <-
function() {
    
    suppressMessages(library(shiny))
    suppressMessages(library(shinyjs))
    suppressMessages(library(shinyBS))
    suppressMessages(library(DT))
    
    appDir <- system.file("shinyapp", package = "xmsPANDA")
    if (appDir == "") {
      stop("Could not find shinyapp 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.