launch: Launch Respondents Satisfaction Index Analysis Apps

Description Usage Arguments Examples

View source: R/launch.R

Description

Shiny app will opened on your default browser

Usage

1
2
3
4
5
6
launch(
  launch.browser = getOption("shiny.launch.browser", interactive()),
  port = NULL,
  host = getOption("shiny.host", "127.0.0.1"),
  display.mode = c("auto", "normal", "showcase")
)

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.

port

The TCP port that the application should listen on. Defaults to choosing 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.

display.mode

The mode in which to display the example. Defaults to showcase, but may be set to normal to see the example without code or commentary.

Examples

1

aephidayatuloh/ipacsi documentation built on Feb. 22, 2020, 5:55 p.m.