View source: R/input.numeric.R
input.numeric | R Documentation |
定义input.numeric的同名函数
input.numeric(
Id = "numericInput1",
label = "请输入数值:",
value = 30,
min = 5,
max = 50,
step = 1,
width = "100%"
)
Id |
内码 |
label |
名称 |
value |
默认值 |
min |
最小值 |
max |
最大值 |
step |
步骤 |
返回值
input.numeric();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.