Select variables with a function applied on value or missing reason channels
Source:R/interlaced-tidy-helpers.R
where_value_channel.Rd
where_value_channel()
and where_na_channel()
are simple wrappers for
tidyselect::where()
that apply the selection function to the value or
missing reason channel of columns, respectively.
See also
Other interlaced tidy helpers:
across_value_channels()