sliderInput(inputId, label, min, max, value, step = NULL, round = FALSE, format = "#,##0.#####", locale = "us", ticks = TRUE, animate = FALSE, width = NULL)
animationOptions(interval = 1000, loop = FALSE, playButton = NULL, pauseButton = NULL)input slot that will be used to access
the value.NULL.min and max.NULL means no restriction).TRUE to round all values to the nearest integer;
FALSE if no rounding is desired; or an integer to round to that
number of digits (for example, 1 will round to the nearest 10, and -2 will
round to the nearest .01). Any rounding will be applied after snapping to
the nearest step.format. See details.FALSE to hide tick marks, TRUE to show them
according to some simple heuristics.TRUE to show simple animation controls with default
settings; FALSE not to; or a custom settings list, such as those
created using animationOptions.'400px', or '100%';
see validateCssUnit.TRUE to automatically restart the animation when it
reaches the end.playButton, but for the pause button.locale are: | 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" |
updateSliderInputOther input.elements: checkboxGroupInput;
checkboxInput; dateInput;
dateRangeInput; numericInput;
radioButtons; selectInput,
selectizeInput; submitButton;
textInput