gui: SSDM package Graphic User Interface
Description
User interface of the SSDM package.
Usage
gui(port = getOption("shiny.port"), host = getOption("shiny.host",
"127.0.0.1"), working.directory = getwd())
Value
Open a window with a shiny app to use the SSDM package with an
user-friendly interface.
Arguments
- port
char. The TCP port that the application should listen on (see
runApp
for more details).
- host
char. The IPv4 address that the application should listen on (see
runApp
for more details).
- working.directory
char. Directory in which the application will run.
Details
If your environmental variables have an important size, you should
give enough memory to the interface with the (maxmem
parameter).
Note that only one instance of gui can be run at a time.