R/mod_mappingSelect.R
mappingSelectUI.Rd
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)
unique id for the UI
label associated with the control
a list of options for the control
default value for the control
returns the selected value wrapped in a reactive()
.