Skip to contents

Launches the interactive Shiny GUI for PLS neuroimaging analysis.

Usage

launch_pls_gui(...)

Arguments

...

Additional arguments passed to shiny::runApp().

Value

Invisibly returns the Shiny app object when the app closes.

Examples

if (FALSE) { # \dontrun{
launch_pls_gui()
launch_pls_gui(port = 3838)
launch_pls_gui(launch.browser = FALSE)
} # }