| intersectFilter-class | R Documentation |
This class represents the intersection of two filters, which is itself a filter
that can be incorporated in to further set operations. intersectFilters
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,
setOperationFilter-class,
subsetFilter-class,
unionFilter-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.