HaDeX Graphical User Interface
HaDeX_GUI.Rd
Launches graphical user interface from HaDeXGUI package. If the GUI package is not installed, it asks user whether to install it
Usage
HaDeX_GUI(port = getOption("shiny.port"), prod = TRUE, ...)
Arguments
- port
number of port for the app to run on.
- prod
should the app run in production mode (TRUE) or development (FALSE)?
- ...
arguments to pass to
HaDeXGUI::run_app()
. Seerun_app
.