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
  )
}
mahmoud-mfahmy/SSVSforPsych documentation built on April 17, 2025, 7:11 p.m.