launch_pls_gui.Rd
Launches the interactive Shiny GUI for PLS neuroimaging analysis.
launch_pls_gui(...)
Additional arguments passed to shiny::runApp().
shiny::runApp()
Invisibly returns the Shiny app object when the app closes.
if (FALSE) { # \dontrun{ launch_pls_gui() launch_pls_gui(port = 3838) launch_pls_gui(launch.browser = FALSE) } # }