You can build and save filters in the Crunch web app, and these filters
are stored in a FilterCatalog
. This function allows you to retrieve
and modify those filters.
filters(x)
filters(x) <- value
# S4 method for class 'CrunchDataset'
filters(x)
# S4 method for class 'CrunchDataset,ANY'
filters(x) <- value
an object of class FilterCatalog containing references to Filter entities usable in the web application. (Setter returns the Dataset.)