R/runExample.R

Defines functions runExample

#' @export

runExample <- function() {
  appDir <- system.file("shiny", package = "SpliceSelector")
  if (appDir == "") {
    stop("Could not find shiny directory. Try re-installing `SpliceSelector`.", call. = FALSE)
  }

  shiny::runApp(appDir, display.mode = "normal")
}
MDegener/SpliceSelector documentation built on Dec. 31, 2020, 2:18 p.m.