include_columns_for_ui_checkboxes {corporaexplorer} | R Documentation |
Values for custom UI sidebar checkbox filtering
Description
Values for custom UI sidebar checkbox filtering
Usage
include_columns_for_ui_checkboxes(new_df, columns_for_ui_checkboxes = NULL)
Arguments
new_df |
A "data_dok" tibble produced by |
columns_for_ui_checkboxes |
Character. Character or factor column(s) in dataset.
Include sets of checkboxes in the app sidebar for
convenient filtering of corpus.
Typical useful for columns with a small set of unique
(and short) values.
Checkboxes will be arranged by |
Value
List: column_names; values. Or NULL.