mdl_numeric | R Documentation |
处理小数型字段处理
mdl_numeric(
id,
label = "小数",
is.test = FALSE,
value = 10,
min = 0,
max = 30,
step = 0.5,
width = "100%"
)
id |
ID |
label |
名称 |
is.test |
是否测试 |
value |
默认值 |
min |
最小值 |
max |
最大值 |
step |
步长 |
width |
宽度 |
返回值
library(shiny);
library(tsui);
test_tsui(mdl_numeric,id='num1','小数',run_numeric_test);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.