SortBy: SortBy

Description Usage Arguments Methods (by class) See Also

Description

Get the sortBy order of the query.

Set the order of rows returned by Google Analytics.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
SortBy(object, ..., desc = logical(0), type = c("VALUE", "DELTA",
  "SMART", "HISTOGRAM_BUCKET", "DIMENSION_AS_INTEGER")[0L])

SortBy(object) <- value

## S4 method for signature '.varList'
SortBy(object, desc, type)

## S4 method for signature ''NULL''
SortBy(object)

## S4 method for signature 'character'
SortBy(object, ..., desc = logical(0),
  type = c("VALUE", "DELTA", "SMART", "HISTOGRAM_BUCKET",
  "DIMENSION_AS_INTEGER")[0L])

## S4 method for signature '.query'
SortBy(object, value)

## S4 replacement method for signature '.query'
SortBy(object) <- value

Arguments

object

A character vector or list of dimensions or metrics to sort by. If character, then prefixing the dimension name with a "+" means ascending order or "-" for descending order. By default metrics are sorted in descending order, while dimensions are by default in ascending order. Alternatively, supply a query object and replacement dimensions and metrics or sort by.

...

Further dimensions or metrics to sort by, or if object is a query then the replacement list of dimensions or metrics to sort by.

desc

A logical vector, same length as the resulting list of dimension or metric variables, indicating which columns of the resulting query response should be sorted in descending order.

type

A character vector, same length as the vector of variables to sort by, indicating the method of sorting to be applied to each variable. Available sort types are "VALUE", "DELTA", "SMART", "HISTOGRAM_BUCKET" or "DIMENSION_AS_INTEGER".

value

The replacement dimensions and metrics for the supplied object.

Methods (by class)

See Also

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

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


jdeboer/ganalytics documentation built on May 18, 2019, 11:30 p.m.