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())
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.
Value
Open a window with a shiny app to use the SSDM package with an
user-friendly interface.
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.
Examples
Run this code# NOT RUN {
gui()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab