generic function to get whole elements in which pattern was found
generic function to get whole elements in which pattern was found
text_which_value default method
1 2 3 4 5 6 | text_which_value(string, pattern, ...)
text_grepv(string, pattern, ...)
## Default S3 method:
text_which_value(string, pattern, ...)
|
string |
the character vector to be searched through |
pattern |
regex to look for |
... |
further arguments passed through to grep |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.