filter_at_grepl: Filter at a variable that contains or doesn't contain a...

Description Usage Arguments

View source: R/filter.R

Description

Filter at a variable that contains or doesn't contain a phrase

Usage

1
2
3
4
5
6
7
filter_at_grepl(
  data,
  col,
  grepl_phrase,
  evaluates_to = TRUE,
  ignore.case = TRUE
)

Arguments

col

column to filter

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


meerapatelmd/rubix documentation built on Sept. 5, 2021, 8:30 p.m.