unmatch: unmatch

View source: R/unmatch.R

unmatchR Documentation

unmatch

Description

'unmatch' extracts columns in a data frame that DO NOT match a specified regex string.

Usage

unmatch(.data, pattern, ignore.case = FALSE)

Arguments

.data

a data frame or tibble.

pattern

a character string that is used to find the columns of interest. It can be a regular expression.

ignore.case

a logical scalar that specifies whether the case of the string should be ignored when matching. Defaults to 'FALSE'.


camkay/quickselect documentation built on March 11, 2023, 12:57 a.m.