ganalytics (version 0.10.4)

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 MaxResults(object)

# 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)

  • .query: Return the maximum number of rows a query is allowed to return.

  • .query: Set the maximum number of rows a query is allowed to return.