powered by
selectInput(inputId, label, choices, selected = NULL, multiple = FALSE, selectize = TRUE)selectizeInput(inputId, ..., options = NULL)
selectizeInput(inputId, ..., options = NULL)
selectizeInput()
updateSelectInput
Other input.elements: actionButton; animationOptions, sliderInput; checkboxGroupInput; checkboxInput; dateInput; dateRangeInput; fileInput; numericInput; radioButtons; submitButton; textInput
actionButton
animationOptions
sliderInput
checkboxGroupInput
checkboxInput
dateInput
dateRangeInput
fileInput
numericInput
radioButtons
submitButton
textInput
selectInput("variable", "Variable:", c("Cylinders" = "cyl", "Transmission" = "am", "Gears" = "gear"))
Run the code above in your browser using DataLab