Helper functions in package mde
recode_selectors(
x,
column_check = TRUE,
pattern_type = NULL,
pattern = NULL,
case_sensitive = FALSE,
...
)
data.frame object
If TRUE, pattern search is performed columnwise. Defaults to FALSE.
One of contains', 'starts_with' or 'ends_with'.
A character pattern to match
Defaults to FALSE. Patterns are case insensitive if TRUE
Other arguments to other functions