timerInput: timerInput

View source: R/timerInput.R

timerInputR 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")

shinyDTC documentation built on June 8, 2025, 9:32 p.m.