get_dropped_filters: Names of filtered-out filters dropped from selection

View source: R/get_merge_call.R

get_dropped_filtersR Documentation

Names of filtered-out filters dropped from selection

Description

Names of filtered-out filters dropped from selection

Usage

get_dropped_filters(selector)

Arguments

selector

one element of selector_list obtained by get_dplyr_call_data.

Details

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.

Value

Vector of character names of the filters which should be dropped from select call.


teal.transform documentation built on May 29, 2024, 5:06 a.m.