R/miRcompShinyApp.R

Defines functions miRcompShinyApp

Documented in miRcompShinyApp

miRcompShinyApp <- function() {
  appDir <- system.file("shinyapp", "app.R", package = "miRcomp")
  if (appDir == "") {
    stop("Could not find shinyapp directory. Try re-installing `miRcomp`.", call. = FALSE)
  }
  
  shiny::runApp(appDir, display.mode = "normal")
}
mccallm/miRcomp-shiny documentation built on May 29, 2019, 4:41 a.m.