rgrep_exact {linbin} | R Documentation |
Full Name Matching
Description
Recursive wrapper for grep
returning only full matches to elements of a character vector.
Usage
rgrep_exact(patterns, x, ..., simplify = FALSE)
Arguments
patterns |
Character vector containing regular expressions to be matched. |
x |
Character vector where matches are sought, or an object which can be coerced by |
... |
Additional arguments to |
simplify |
If |
Value
List, matrix, or vector of the indices of the elements of x
that yielded a match to each element of patterns
.
[Package linbin version 0.1.3 Index]