Construct tabular slider widgets to select numeric values from a range
| 1 | 
| inputId | The input slot that will be used to access the value. | 
| label | Display label for the control, or  | 
| min | The minimum value (inclusive) that can be selected | 
| max | The maximum value (inclusive) that can be selected | 
| value | The initial value of the slider.  A numeric vector of length one will
create a regular slider; a numeric value of length two will create a double ended
range slider. A warning will be issued if the value doesn't fit between  | 
| step | Specifies the interval between each selectable value on the slider. | 
| round | 
 | 
| ticks | 
 | 
| animate | 
 | 
| width | The width of the input, e.g.  | 
| sep | Separator between thousands places in numbers. | 
| pre | A prefix string to put in front of the value. | 
| post | A suffix string to put after the value | 
| timeFormat | ONly used if the values are Date or POSIXlt objects. A time format 
string, to be passed to the Javascript strftime library. See 
https://github.com/samsonjs/strftime for more details.  The allowed format
specifications are very similar, but not idential to those for R's 
 | 
| timezone | Only used if the values are POSIXt objects. A string specifying the time
zone offset for the displayed times, in the format  | 
| dragRange | This option is used only if it is a range slider (with two values).
If  | 
| interval | The interval, in milliseconds, between each animation step. | 
| loop | 
 | 
| playButton | Specifies the appearance of the play button.  Valid values are a 
one-element character vector (for a simple text label), an HTML tag or list of tags
(using  | 
| pauseButton | Similar to  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.