Convert choices_selected to data_extract_spec with only select_spec
Source:R/utils.R
cs_to_des_select.Rd
Convert choices_selected to data_extract_spec with only select_spec
Arguments
- cs
(
choices_selected
)
object to be transformed. Seeteal.transform::choices_selected()
for details.- dataname
(
character
)
name of the data- multiple
(
logical
)
Whether multiple values shall be allowed in the shinyshiny::selectInput()
.- ordered
(
logical(1)
)
Flags whether selection order should be tracked.- label
(
character
)
Label to print over the selection field. For no label, set toNULL
.