R/launch.R

Defines functions launch

Documented in launch

#' Run an interactive analysis tool (Shiny app) that lets you perform SSVS in a browser
#' @export
launch <- function() {
  shiny::runApp(
    system.file("shiny", package = "SSVS"),
    display.mode = "normal",
    launch.browser = TRUE
  )
}
sabainter/SSVS documentation built on April 17, 2025, 12:48 p.m.