Description Usage Arguments Value Examples
Function select_input()
can help users select input object within the Shiny Application
1 | select_input(inputId, label, choices, selected)
|
inputId |
The ID of the input object |
label |
The text label set for the input object |
choices |
List of values to select from |
selected |
The default selected option |
A shiny selected-input sidebar
1 2 3 4 | ## Not run:
select_input("type",label = NULL, choices = NULL,selected = NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.