rangeInput | R Documentation |
A range input similar to a slider.
rangeInput(id, label, value = 0L, ..., min = 0L, max = 100L, step = 1L)
id |
ID of input. |
label |
Label of input. |
value |
Initial value of input. |
... |
Passed to input. |
min , max |
Minimum and maximum values of the range. |
step |
Step of range change. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.