Description Usage Arguments Details Value Author(s) Examples
Build a slider AnalysisPageParam
1 |
... |
Passed through to |
min |
Minimum value (number) |
max |
Maximum value (number) |
step |
Size of one step (must be <= max-max) |
value |
Default value. If not specified then the minimum is taken to be the default |
Build a slider AnalysisPageParam. This is a numeric variable. It has a minimum value, a maximum value, and a step size
An AnalysisPageParam
Brad Friedman
1 | slider <- slider.param("children", label="No. Children", description="Number of Children", min = 0, max = 10, step = 0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.