| countdown_shiny_example | 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()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.