recode_selectors: Helper functions in package mde

Description Usage Arguments

View source: R/helpers.R

Description

Helper functions in package mde

Usage

1
2
3
4
5
6
7
8
recode_selectors(
  x,
  column_check = TRUE,
  pattern_type = NULL,
  pattern = NULL,
  case_sensitive = FALSE,
  ...
)

Arguments

x

data.frame object

column_check

If TRUE, pattern search is performed columnwise. Defaults to FALSE.

pattern_type

One of contains', 'starts_with' or 'ends_with'.

pattern

A character pattern to match

case_sensitive

Defaults to FALSE. Patterns are case insensitive if TRUE

...

Other arguments to other functions


mde documentation built on Feb. 10, 2022, 5:08 p.m.

Related to recode_selectors in mde...