timerInput {shinyDTC} | R Documentation |
timerInput
Description
Constructs a timer widget with a slider and two buttons.
Usage
timerInput(inputId, step1 = list(), reset = list(), ...)
Arguments
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 |
Value
a widget to timer
Examples
if (interactive()) vignette("shinyDTC")
[Package shinyDTC version 0.1.0 Index]