R/runShinyPIPE.R

Defines functions runShinyPIPE

Documented in runShinyPIPE

#' @export
runShinyPIPE <- function() {
  appDir <- system.file("shiny", "shinyPIPE", package = "pipe.design")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `pipe.design`.", call. = FALSE)
  }
  
  shiny::runApp(appDir, display.mode = "normal")
}

Try the pipe.design package in your browser

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

pipe.design documentation built on May 2, 2019, 12:39 a.m.