Learn R Programming

crunch (version 1.14.4)

filter-methods: View and modify Filter entity attributes

Description

View and modify Filter entity attributes

Usage

"is.public"(x)
"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.)