
The input function of the labelselectfield module
Source: R/labelselectfield.R
labelselectfieldInput.RdThis module provides an input which allows filtering on the basis of data in
the metadata slot of an ExploratorySummarizedExperiment. It will only
be called by other modules requiring that input.
Details
Where metadata is present, the user can select which field to select on, and the value of that field (populated conditionall on field selction). If specified, checkboxes are provided to allow selection of specific row IDs.
A selectizeInput is used for performance reasons,
providing an autocomplete field for selecting from a list that could stretch
to thousands of entries. This would be difficult to do client-side using a
standard select field.