Skip to contents

Specify a range "filter" state (applies to numeric, date, and datetime meta variables)

Usage

filter_range(varname, min = NULL, max = NULL)

Arguments

varname

The name of the variable to filter on.

min

Lower bound of the range (if NULL, there is no lower bound).

max

Upper bound of the range (if NULL, there is no upper bound).