| unionFilter-class | R Documentation |
This class represents the union of two filters, which is itself a filter
that can be incorporated in to further set operations. unionFilters
are constructed using the binary set operator "|" with operands
consisting of a single filter or list of filters.
filtersObject of class "list", containing the component filters.
filterIdObject of class "character"
referencing the filter applied.
Class "filter", directly.
B. Ellis
filter, setOperationFilter
Other setOperationFilter classes:
complementFilter-class,
intersectFilter-class,
setOperationFilter-class,
subsetFilter-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.