ganalytics (version 0.10.7)

MaxResults: MaxResults

Description

Get the value set for MaxResults.

Set the maximum rows returned by a ganalytics query.

Usage

MaxResults(object, value)

MaxResults(object) <- value

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

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

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

Arguments

object

A query object.

value

Replacement value for the max-results parameter of the query.

Methods (by class)

  • 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.

See Also

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

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