str_detect_regex_all: Returns a logical vector with results of stri_detect() for...

View source: R/str_detect_regex_all.R

str_detect_regex_allR Documentation

Returns a logical vector with results of stri_detect() for each pattern in second parameters character vector.

Description

Returns a logical vector with results of stri_detect() for each pattern in second parameters character vector.

Usage

str_detect_regex_all(strings, patterns, ignore_na, ...)

Arguments

strings

input vector. This must be an atomic vector and will be coerced to a character vector.

patterns

patterns to look for, as defined by a POSIX regular expression. See the Extended Regular Expressions section of regex for details. See fixed, ignore.case and perl for how to use other types of matching: fixed, case insensitive and perl-compatible.

ignore_na

if TRUE NA values are trimmed out of strings and patterns before comparison

...

further arguments for stri_detect_regex


rmsharp/rmsutilityr documentation built on Feb. 13, 2024, 6:01 p.m.