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

Description Usage Arguments

View source: R/str_detect_fixed_all.R

Description

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

Usage

1
str_detect_fixed_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 fixed, ignore.case and perl sections for details. See Extended Regular Expressions for how to use regular expressions for matching.

ignore_na

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

...

further arguments for stri_detect_fixed


rmsharp/nprcmanager documentation built on April 24, 2021, 3:13 p.m.