Learn R Programming

crunch (version 1.9.4)

filter-methods: View and modify Filter entity attributes

Description

View and modify Filter entity attributes

Usage

## S3 method for class 'CrunchFilter':
is.public(x)

## S3 method for class 'CrunchFilter': is.public(x) <- value

Arguments

x
a CrunchFilter
value
an attribute to set

Value

  • For is.public, a logical value for whether the filter is flagged as shared with all dataset viewers. (Its setter thus takes a logical value as well.)