mdl_integer | R Documentation |
处理整数控件
mdl_integer(
id,
label = "整数",
is.test = FALSE,
min = 0,
max = 10,
value = 3,
step = 1,
round = 0L,
width = "100%"
)
id |
id |
label |
标签 |
is.test |
是否测试 |
min |
最小值 |
max |
最大值 |
value |
默认值 |
step |
步长1 |
round |
小数位 |
width |
宽度 |
返回值
library(shiny);
library(tsui);
test_tsui(mdl_integer,id='int1','整数',run_integer_test);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.