crunch (version 1.27.7)

filters: Get or set a dataset's filters

Description

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.

Usage

filters(x)

filters(x) <- value

# S4 method for CrunchDataset filters(x)

# S4 method for CrunchDataset filters(x) <- value

Arguments

x

a CrunchDataset

value

for the setter, a FilterCatalog

Value

an object of class FilterCatalog containing references to Filter entities usable in the web application. (Setter returns the Dataset.)