R/miRcompShinyApp.R

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 documentation built on May 7, 2019, 1:26 p.m.