Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

updateNoUiSliderInput

Change the value of a no ui slider input on the client


Description

Change the value of a no ui slider input on the client

Usage

updateNoUiSliderInput(
  session,
  inputId,
  value = NULL,
  range = NULL,
  disable = FALSE
)

Arguments

session

The session object passed to function given to shinyServer.

inputId

The id of the input object.

value

The new value.

range

The new range, must be of length 2 with c(min, max).

disable

logical, disable or not the slider, if disabled the user can no longer modify the slider value

Examples

if (interactive()) {

 demoNoUiSlider("update")

}

shinyWidgets

Custom Inputs Widgets for Shiny

v0.6.0
GPL-3
Authors
Victor Perrier [aut, cre, cph], Fanny Meyer [aut], David Granjon [aut], Ian Fellows [ctb] (Methods for mutating vertical tabs & updateMultiInput), Wil Davis [ctb] (numericRangeInput function), Spencer Matthews [ctb] (autoNumeric methods), JavaScript and CSS libraries authors [ctb, cph] (All authors are listed in LICENSE.md)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.