View and modify "public" attribute
# S4 method for CrunchFilter
is.public(x)# S4 method for CrunchFilter
is.public(x) <- value
# S4 method for MultitableCatalog
is.public(x)
# S4 method for MultitableCatalog
is.public(x) <- value
# S4 method for Multitable
is.public(x)
# S4 method for Multitable
is.public(x) <- value
a Crunch object
an attribute to set
For is.public
, a logical value for whether the object is
flagged as shared with all dataset viewers. (Its setter thus takes a
logical value as well.) Catalogs return a vector of logicals corresponding
to the length of the catalog, while entities return a single value.