Description Usage Arguments Value Examples
Creates a logical vector of whether multiple strings appear in x. This package uses grepl to search for incomplete strings in an object. Equivalent to using x incomplete strings.
1 | multigrep(vect, x)
|
vect |
Vector of character strings to be matched |
x |
Object you want to search for matches |
A logical of whether match is found
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.