include_columns_for_ui_checkboxes | R Documentation |
Values for custom UI sidebar checkbox filtering
include_columns_for_ui_checkboxes(new_df, columns_for_ui_checkboxes = NULL)
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 |
List: column_names; values. Or NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.