select_input_x | R Documentation |
Select input with x
select_input_x(
id,
label = "Select sites:",
choices,
selected = choices[1],
...
)
id |
A character string of the shiny id. |
label |
A characer string of the label. |
choices |
A vector of characer strings of choices. |
selected |
A characer string of the initial selected choice. |
... |
arguments passed to selectizeInput |
a shiny tag.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.