input.numeric: 定义input.numeric的同名函数

View source: R/input.numeric.R

input.numericR Documentation

定义input.numeric的同名函数

Description

定义input.numeric的同名函数

Usage

input.numeric(
  Id = "numericInput1",
  label = "请输入数值:",
  value = 30,
  min = 5,
  max = 50,
  step = 1,
  width = "100%"
)

Arguments

Id

内码

label

名称

value

默认值

min

最小值

max

最大值

step

步骤

Value

返回值

Examples

input.numeric();

takewiki/tsui documentation built on July 5, 2023, 10:59 p.m.