Learn R Programming

crunch (version 1.18.0)

filter-catalog: Filter entities for a dataset

Description

Filter entities for a dataset

Usage

# S4 method for CrunchDataset
filters(x)

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

Arguments

x

a CrunchDataset

value

for the assignment method, a FilterCatalog

Value

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