generic function to know in which elements a pattern can be found
text_which default method
generic function to know in which elements a pattern can be found
1 2 3 4 5 6 | text_which(string, pattern, ...)
## Default S3 method:
text_which(string, pattern, ...)
text_grep(string, pattern, ...)
|
string |
the text 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.