View source: R/filter_prepare_variables.R
filter_prepare_variables | R Documentation |
Function creating the variable list serving as input to the function making filters.
filter_prepare_variables(preselection, filter_family, tags)
preselection |
Tibble. List of remaining documents after some prior selection. |
filter_family |
Character. Whether the filtering step is for "common_tags" "custom_tags", "ratings", "views", or "results". |
tags |
Tittle. Tags definitions. |
A tibble indicating the variables for which filters should be created, the associated input id, and the format of the filter. Used as input for filter_make_ui.
Nicolas Mangin
filter_make_ui
filter_tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.