powered by
numericInput(inputId, label, value, min = NA, max = NA, step = NA)
updateNumericInput
Other input.elements: animationOptions, sliderInput; checkboxGroupInput; checkboxInput; dateInput; dateRangeInput; radioButtons; selectInput, selectizeInput; submitButton; textInput
animationOptions
sliderInput
checkboxGroupInput
checkboxInput
dateInput
dateRangeInput
radioButtons
selectInput
selectizeInput
submitButton
textInput
numericInput("obs", "Observations:", 10, min = 1, max = 100)
Run the code above in your browser using DataLab