cw_greplv {crossword.r} | R Documentation |
a vectorized version of grep
Description
a vectorized version of grep
Usage
cw_greplv(pattern, x, ignore.case = FALSE, perl = FALSE, fixed = FALSE,
useBytes = FALSE)
Arguments
pattern |
character string containing a regular expression
(or character string for |
x |
a character vector where matches are sought, or an
object which can be coerced by |
ignore.case |
if |
perl |
logical. Should Perl-compatible regexps be used? |
fixed |
logical. If |
useBytes |
logical. If |