
Last chance! 50% off unlimited learning
Sale ends in
selectInput(inputId, label, choices, selected = NULL, multiple = FALSE,
selectize = TRUE, width = NULL)selectizeInput(inputId, ..., options = NULL, width = NULL)
NULL
multiple = TRUE
). If not specified then defaults to the first value
for single-select lists and no values for multiple select lists.selectInput()
.I()
will
be treated as literal JavaScript code; see
'400px'
, or '100%'
;
see validateCssUnit
.selectInput()
and selectizeInput()
use the
JavaScript library selectInput()
with selectize=FALSE
.updateSelectInput
Other input.elements: actionButton
,
actionLink
; 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