filter-catalog: Get or set a dataset's filters

filtersR Documentation

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 signature 'CrunchDataset'
filters(x)

## S4 replacement method for signature 'CrunchDataset,ANY'
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.)


Crunch-io/rcrunch documentation built on April 1, 2024, 1:14 a.m.