Learn R Programming

crunch (version 1.9.4)

filter-catalog: Filter entities for a dataset

Description

Filter entities for a dataset

Usage

## S3 method for class 'CrunchDataset':
filters(x)

## S3 method for class '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.)