mgrepl | R Documentation |
Perform grepl on multiple patterns; it's like AND-ing or OR-ing successive grepl statements.
mgrepl(pattern, x, op = `|`, ...)
pattern |
character vector of patterns |
x |
the character vector to search |
op |
logical vector operator back quoted, defaults to '|' |
... |
further arguments for |
logical vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.