Learn R Programming

dqshiny (version 0.0.4)

range_filter: numeric range filter for data.frames

Description

range_filter filters a given data frame with the given filter values. Names of the given ranges vector should be the indices of the corresponding data frame columns.

Usage

range_filter(df, ranges)

Arguments

df

data frame to filter

ranges

numeric (or convertable) vector with the filter ranges, should have length of data or being named

Value

range_filter: filtered data frame