mk_slider | R Documentation |
Create a pretty slider that takes input from the user as they slide it.
mk_slider(id, label = "Slider Input", ...)
id |
String. The input slot that will be used to access the value. |
label |
String. Text label of the slider (default = 'Slider Input'). |
A list of HTML elements that can be added to a UI definition.
inst/examples/ex-mk-slider.R
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.