countdown_shiny_example {countdown} | R Documentation |
An example app that demonstrates the ways that countdown timers can be integrated into Shiny apps.
countdown_shiny_example(display.mode = c("showcase", "normal", "auto"))
display.mode |
The mode in which to display the application. If set to
the value |
Runs the example Shiny app in the current R session.
Other Shiny functions:
countdown_action()
,
countdown_app()
,
countdown_update()
if (interactive()) {
countdown_shiny_example()
}