Filter at a variable that contains or doesn't contain a phrase
| 1 2 3 4 5 6 7 | filter_at_grepl_all(
  data,
  ...,
  grepl_phrase,
  evaluates_to = TRUE,
  ignore.case = TRUE
)
 | 
| grepl_phrase | phrase that is being filtered for | 
| evaluates_to | whether the filter is for a grepl evaluation of TRUE or FALSE. Defaults to TRUE. | 
| ignore.case | boolean the ignore.case argument of grepl function | 
| dataframe | input dataframe | 
| col | column to filter | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.