View source: R/helper_functions.R
| rgrep_exact | R Documentation | 
Recursive wrapper for grep returning only full matches to elements of a character vector.
rgrep_exact(patterns, x, ..., simplify = FALSE)
| patterns | Character vector containing regular expressions to be matched. | 
| x | Character vector where matches are sought, or an object which can be coerced by  | 
| ... | Additional arguments to  | 
| simplify | If  | 
List, matrix, or vector of the indices of the elements of x that yielded a match to each element of patterns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.