R/MSstatsSSE_shiny.R

Defines functions MSstatsSSE_shiny

#' @export
MSstatsSSE_shiny <- function() {
  appDir <- system.file("sample_size_estimator", package = "MSstatsSampleSize")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `MSstatsSampleSize`.", call. = FALSE)
  }
  
  shiny::runApp(appDir, display.mode = "normal")
}
Vitek-Lab/MSstatsSampleSize documentation built on Aug. 28, 2020, 10:39 a.m.