rangeInput | R Documentation |
rangeInput()
creates a simple numeric range input.
rangeInput(id, min = 0, max = 100, default = min, step = 1, ...)
updateRangeInput(
id,
value = NULL,
enable = NULL,
disable = NULL,
session = getDefaultReactiveDomain()
)
min |
A number specifying the minimum value of the input, defaults to
|
max |
A number specifying the maximum value of the input, defaults to
|
default |
A number between |
step |
A number specifying the interval step of the input, defaults to
|
value |
A number specifying a new value for the input, defaults to
|
The sophistication of this input will improve as browsers adopt the latest HTML standards.
Other inputs:
checkbarInput()
,
chipInput()
,
fileInput()
,
formInput()
,
input_button()
,
input_checkbox()
,
listGroupInput()
,
menuInput()
,
radioInput()
,
radiobarInput()
,
selectInput()
,
textInput()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.