Description Usage Arguments Methods (by class) See Also
Get the value set for MaxResults.
Set the maximum rows returned by a ganalytics query.
1 2 3 4 5 6 7 8 9 10 11 12 | MaxResults(object, value)
MaxResults(object) <- value
## S4 method for signature '.query,missing'
MaxResults(object)
## S4 method for signature '.query,ANY'
MaxResults(object, value)
## S4 replacement method for signature '.query'
MaxResults(object) <- value
|
object |
A query object. |
value |
Replacement value for the max-results parameter of the query. |
object = .query,value = missing
: Return the maximum number of rows a query is allowed
to return.
object = .query,value = ANY
: Set the maximum number of rows a query is allowed to
return.
.query
: Set the maximum number of rows a query is allowed to
return.
Other query object functions: Dimensions
,
Metrics
, SamplingLevel
,
SortBy
, TableFilter
Other query object functions: Dimensions
,
Metrics
, SamplingLevel
,
SortBy
, TableFilter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.