runExampleSKS: Run shinyKeyboardShortcuts examples

Description Usage Arguments

View source: R/runExampleSKS.R

Description

Run an example that shows capabilities of shinyKeyboardShortcuts

Usage

1
2
3
4
runExampleSKS(example = "old_faithful", port = NULL,
  launch.browser = getOption("shiny.launch.browser", interactive()),
  host = getOption("shiny.host", "127.0.0.1"),
  display.mode = "showcase")

Arguments

example

The example to run (currently only 'old_faithful')

port

The TCP port that the application should listen on. Defaults to choosing a random port.

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.

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.


ebailey78/shinyKeyboardShortcuts documentation built on May 3, 2019, 1:29 p.m.