gui: SSDM package Graphic User Interface

guiR 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 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.

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)


SSDM documentation built on Oct. 24, 2023, 5:08 p.m.