input.slider | R Documentation |
定义input.slider同名的入口函数
input.slider(
Id = "sliderInput1",
label = "请滚动执行数据:",
min = 0,
max = 100,
value = 60,
step = 1,
round = 0L,
width = "100%"
)
Id |
input内码 |
label |
标签名称 |
min |
最小值下限 |
max |
最大值上限 |
value |
默认值 |
round |
四舍五入 |
返回值
input.slider();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.