View source: R/mod_mappingSelect.R
mappingSelectUI | R Documentation |
UI that facilitates the mapping of a single data element (column or field) with a simple select UI
mappingSelectUI(id, label, choices = NULL, default = NULL)
id |
unique id for the UI |
label |
label associated with the control |
choices |
a list of options for the control |
default |
default value for the control |
returns the selected value wrapped in a reactive()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.