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
  )
}

Try the SSVS package in your browser

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

SSVS documentation built on April 3, 2025, 9:45 p.m.