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")
}

Try the miRcomp package in your browser

Any scripts or data that you put into this service are public.

miRcomp documentation built on Nov. 8, 2020, 5:54 p.m.