sdRunApp: The sdsim Shiny Server Interface

Description Usage Arguments Examples

Description

Runs the sdsim Shiny server graphical user interface. Open the given http in your browser to access the server interface. Uses the runApp function to launch the sdsim application.

Usage

1
2
sdRunApp(launch.browser = T, port = getOption("shiny.port"),
  host = getOption("shiny.host", "127.0.0.1"))

Arguments

launch.browser

If true, the system's default web browser will be launched automatically after the app is started. Defaults to true in interactive sessions only. The value of this parameter can also be a function to call with the application's URL.

port

The TCP port that the application should listen on. If the port is not specified, and the shiny.port option is set (with options(shiny.port = XX)), then that port will be used. Otherwise, use a random port.

host

The IPv4 address that the application should listen on. Defaults to the shiny.host option, if set, or "127.0.0.1" if not. See runApp Details.

Examples

1
2
## Open the sdsim user interface using the given http
#> sdRunApp()

EmbrapaInformaticaAgropecuaria/sdsim documentation built on May 10, 2019, 9:58 a.m.