ganalytics (version 0.10.4)

Dimensions: Dimensions.

Description

Get the dimensions of the object.

Set the dimensions for the object.

Usage

Dimensions(object, ...)

Dimensions(object) <- value

# S4 method for ANY Dimensions(object, ...)

# S4 method for .query Dimensions(object)

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

Arguments

object

An object to be coerced to a list of dimensions.

...

Other dimensions to add to the returned list, or if object is a query object, the replacement dimensions.

value

The replacement dimensions for the supplied object.

Methods (by class)

  • ANY: Coerces the supplied character vector or list into a vector of Google Analytics dimensions.

  • .query: Returns the dimensions used within the supplied query.

  • .query: Replace the dimensions of the query.