Learn R Programming

queryBuilder (version 0.1.0)

in_string: Check if character value matches the provided pattern

Description

Check if character value matches the provided pattern

Usage

in_string(x, pattern, ...)

Value

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

Arguments

x

String value.

pattern

Pattern that should be matched to x.

...

Extra arguments passed to grepl.