gui: SOAR package Graphic User Interface

Description Usage Arguments Value Examples

Description

User interface of the soar package.

Usage

1
2
gui(port = getOption("shiny.port"), host = getOption("shiny.host",
  "127.0.0.1"))

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 soar package with an user-friendly interface.

Examples

1
2
3
4
## Not run: 
gui()

## End(Not run)

mcglinnlab/soar documentation built on June 10, 2019, 9:19 a.m.