Learn R Programming

countdown (version 0.4.0)

countdown_shiny_example: Example Countdown Shiny App

Description

An example app that demonstrates the ways that countdown timers can be integrated into Shiny apps.

Usage

countdown_shiny_example(display.mode = c("showcase", "normal", "auto"))

Value

Runs the example Shiny app in the current R session.

Arguments

display.mode

The mode in which to display the application. If set to the value "showcase", shows application code and metadata from a DESCRIPTION file in the application directory alongside the application. If set to "normal", displays the application normally. Defaults to "auto", which displays the application in the mode given in its DESCRIPTION file, if any.

See Also

Other Shiny functions: countdown_action(), countdown_app(), countdown_update()

Examples

Run this code
if (interactive()) {
  countdown_shiny_example()
}

Run the code above in your browser using DataLab