R/ui.R
select_input_x.Rd
Select input with x
select_input_x( id, label = "Select sites:", choices, selected = choices[1], ... )
A character string of the shiny id.
A characer string of the label.
A vector of characer strings of choices.
A characer string of the initial selected choice.
arguments passed to selectizeInput
a shiny tag.