R/runapps.R

Defines functions runmanclust

#' @export
runmanclust <- function() {
  appDir <- system.file("shiny-apps", "manclust", package = "snpclust")
  if (appDir == "") {
    stop("Could not find app directory. Try re-installing `snpclust`.", call. = FALSE)
  }

  shiny::runApp(appDir, display.mode = "normal",launch.browser = T)
}
jframi/snpclust documentation built on July 27, 2020, 9:31 a.m.