Learn R Programming

dqshiny (version 0.0.3)

text_filter: text filter for data.frames

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

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