text_filter: text filter for data.frames

Description Usage Arguments Value Author(s)

View source: R/filtering.R

Description

text_filter filters a given data frame with the given filter values. Names of the given values vector should be the indices of the corresponding data frame columns. All filters are case-ignoring.

Usage

1
text_filter(df, values)

Arguments

df

data frame to filter

values

character array with the filter values, should have length of data or being named

Value

text_filter: filtered data frame

Author(s)

richard.kunze


daqana/dqshiny documentation built on Sept. 1, 2020, 4:31 p.m.