R/run_disagapp.R
run_disagapp.Rd
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 )
Whether or not to launch a new browser window.
The port for the shiny server to listen on. Defaults to a random available port.
Path to a saved session file which will be loaded when the app is opened
Jamie Kass jkass@gradcenter.cuny.edu
Gonzalo E. Pinilla-Buitrago gpinillabuitrago@gradcenter.cuny.edu
Simon E. H. Smart simon.smart@cantab.net
if(interactive()) { run_disagapp() }