R/run.R

Defines functions runApp

Documented in runApp

#' Running SigBio locally
#'
#' This function will run the SigBio shiny app locally
#' @return SigBio shinny app
#'
#' @export
runApp <- function() {
  appDir <- system.file("app", package = "SigBio")
  shiny::runApp(appDir, launch.browser = TRUE)
}
sk-sahu/sig-bio-shiny documentation built on June 12, 2020, 8:06 p.m.