This function runs the disagapp application in the user's default web browser.
run_disagapp(
launch.browser = TRUE,
port = getOption("shiny.port"),
load_file = NULL
)
No return value, called for side effects
if(interactive()) {
run_disagapp()
}