PivotFilter: A class that defines a filter condition.
Description
The PivotFilter class represents a single filter condition. The condition
relates to one column and is of the form [ColumnName] IN c(Value1, Value2,
Value3, ...). Often in a pivot table, each filter specifies only one data
value, as typically each distinct data value exists in a separate row or
column.
Usage
PivotFilter
Arguments
Value
Object of R6Class with properties and methods that
define a single pivot table filter.