gui {SSDM} | R Documentation |
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
|
host |
char. The IPv4 address that the application should listen on (see
|
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.
Value
Open a window with a shiny app to use the SSDM package with an user-friendly interface.
Examples
## Not run:
gui()
## End(Not run)
[Package SSDM version 0.2.9 Index]