in_string: Check if character value matches the provided pattern

View source: R/operators.R

in_stringR Documentation

Check if character value matches the provided pattern

Description

Check if character value matches the provided pattern

Usage

in_string(x, pattern, ...)

Arguments

x

String value.

pattern

Pattern that should be matched to x.

...

Extra arguments passed to grepl.

Value

A logical vector indicating which elements of x are matching the provided pattern.


queryBuilder documentation built on Oct. 7, 2024, 1:19 a.m.