Description Usage Arguments Value Author(s) See Also
Function sliderUI
creates a shiny module UI.
Function slider
creates a slider module server function.
1 2 3 |
id |
An id string that corresponds with the id used to call the module's UI function. |
input |
shiny server input object |
output |
shiny server output object |
session |
shiny server session object |
... |
Additional arguments passed to |
None. Invoked for the side-effect of creating a shiny UI.
Reactive value with the current value on the slider.
Mateusz Wyszynski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.