This is a Superclass for the unionFilter, intersectFilter, complementFilter and subsetFilter classes, which all consist of two or more component filters and are constructed using set operators (&, |, !, and %&% or %subset% respectively).

Slots

filters

Object of class "list", containing the component filters.

filterId

Object of class "character" referencing the filter applied.

Extends

Class "filter", directly.

See also