Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


shiny (version 0.9.1)

sliderInput: Slider Input Widget

Description

Constructs a slider widget to select a numeric value from a range.

Usage

sliderInput(inputId, label, min, max, value, step = NULL, round = FALSE,
  format = "#,##0.#####", locale = "us", ticks = TRUE, animate = FALSE)

animationOptions(interval = 1000, loop = FALSE, playButton = NULL, pauseButton = NULL)

Arguments

Details

Valid values for locale are: ll{ Arab Emirates "ae" Australia "au" Austria "at" Brazil "br" Canada "ca" China "cn" Czech "cz" Denmark "dk" Egypt "eg" Finland "fi" France "fr" Germany "de" Greece "gr" Great Britain "gb" Hong Kong "hk" India "in" Israel "il" Japan "jp" Russia "ru" South Korea "kr" Spain "es" Sweden "se" Switzerland "ch" Taiwan "tw" Thailand "th" United States "us" Vietnam "vn" }

See Also

updateSliderInput

Other input.elements: actionButton; checkboxGroupInput; checkboxInput; dateInput; dateRangeInput; fileInput; numericInput; radioButtons; selectInput, selectizeInput; submitButton; textInput