in_string {queryBuilder} | R 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 |
... |
Extra arguments passed to grepl. |
Value
A logical vector indicating which elements of x
are matching the provided pattern
.
[Package queryBuilder version 0.1.0 Index]