timerInput | R Documentation |
Constructs a timer widget with a slider and two buttons.
timerInput(inputId, step1 = list(), reset = list(), ...)
inputId |
character: input slot |
step1 |
list: list of parameters for the left (step) button |
reset |
list: list of parameters for the right (reset) button |
... |
parameters to the slider |
a widget to timer
if (interactive()) vignette("shinyDTC")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.