R/filter.R
filter_all_grepl_all.Rd
This function will return rows that have all TRUE findings of the indicated grepl phrase
filter_all_grepl_all( data, grepl_phrase, evaluates_to = TRUE, ignore.case = FALSE, perl = FALSE, fixed = FALSE, useBytes = FALSE )
data | input dataframe |
---|---|
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 | if |
perl | logical. Should Perl-compatible regexps be used? |
fixed | logical. If |
useBytes | logical. If |