detect_static_reg_exp: Detect reg-exp in static data.

View source: R/preparation.R

detect_static_reg_expR Documentation

Detect reg-exp in static data.

Description

Detect which string element satisfy the regular expression

Usage

detect_static_reg_exp(data, regExpValues, negativeExp = FALSE)

Arguments

data

<array> of strings, representing the elements to be evaluated.

regExpValues

<array> of regular expressions to be checked.

negativeExp

<boolean> An optional argument to evaluate the inverse result of the regular expressions. Default is false, thus all elements that are satified by any of the regular expressions are true.

Value

<array> of booleans, representing the evaluation results made for each data item.


biggproject/biggr documentation built on Oct. 2, 2024, 11:13 p.m.