View source: R/get_merge_call.R
get_dropped_filters | R Documentation |
Names of filtered-out filters dropped from selection
get_dropped_filters(selector)
selector |
one element of selector_list obtained by |
Names of filtered-out filters dropped from automatic selection (key vars are automatically included in select). Dropped filter is filter which became not unique for all observations. This means that if variable is filtered to just one level, it's not a key anymore.
Other variables used in filter should also be dropped from automatic selection, unless they have been selected.
Vector of character
names of the filters which should be dropped from select call.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.