Description Usage Arguments Methods (by class) See Also
Get the filter.
Set the filter.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | TableFilter(object, value)
TableFilter(object) <- value
## S4 method for signature 'ANY,missing'
TableFilter(object)
## S4 method for signature '.query,missing'
TableFilter(object)
## S4 method for signature '.query,ANY'
TableFilter(object, value)
## S4 replacement method for signature '.query'
TableFilter(object) <- value
|
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 = 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
Other query object functions: Dimensions
,
MaxResults
, Metrics
,
SamplingLevel
, SortBy
Other query object functions: Dimensions
,
MaxResults
, Metrics
,
SamplingLevel
, SortBy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.