filters | R Documentation |
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 signature 'CrunchDataset'
filters(x)
## S4 replacement method for signature 'CrunchDataset,ANY'
filters(x) <- value
x |
a CrunchDataset |
value |
for the setter, a FilterCatalog |
an object of class FilterCatalog containing references to Filter entities usable in the web application. (Setter returns the Dataset.)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.