Starts the R shiny app to define the settings and then run the HIA Java app.
Usage
launch_application(debug = FALSE)
Arguments
- debug
A boolean. The default is FALSE
. If TRUE
, the elements in
app show the reactive values they return. This is useful for interactively
debugging the app.
Value
A graphical user interface with the Shiny app.
Examples
if (FALSE) { # \dontrun{
launch_application()
} # }