ezGrepl | R Documentation |
Searches for entries in x
that match patterns
.
ezGrepl(patterns, x, combine = "or", ...)
patterns |
A value, vector or list to match the provided values with. |
x |
the values to match. |
combine |
whether just one value or all from
|
... |
additional arguments to be passed to |
Returns a logical vector containing the results of the tested pattern.
Rehrauer, Hubert
Schmid, Peter
grepl
ezGrepl(3,1:40)
ezGrepl(c(2,4),1:100)
ezGrepl(c(2,4),1:100,combine="and")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.