ganalytics (version 0.10.7)

TableFilter: TableFilter

Description

Get the filter.

Set the filter.

Usage

TableFilter(object, value)

TableFilter(object) <- value

# S4 method for ANY,missing TableFilter(object)

# S4 method for .query,missing TableFilter(object)

# S4 method for .query,ANY TableFilter(object, value)

# S4 method for .query TableFilter(object) <- value

Arguments

object

The object to be coerced to a TableFilter or the query object to apply a table filter to.

value

The replacement table filter where object is a query.

Methods (by class)

  • object = ANY,value = missing: Coerce the given object into a table filter.

  • object = .query,value = missing: Return the TableFilter that has been applied to the given query.

  • object = .query,value = ANY: Method to replace the table filter of a query

  • .query: Method to replace the table filter of a query

See Also

Other query object functions: Dimensions, MaxResults, Metrics, SamplingLevel, SortBy

Other query object functions: Dimensions, MaxResults, Metrics, SamplingLevel, SortBy