MultiGrep | R Documentation |
Use multiple patterns from vector to find element in another vector, with option to remove certain patterns
MultiGrep(find, from, remove = NULL, value = TRUE)
find |
vector to find |
from |
vector to find from |
remove |
variables to remove, Default: NULL |
value |
logical, if TRUE returns value, Default: TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.