SamplingLevel: SamplingLevel

Description Usage Arguments Methods (by class) See Also

Description

Get the sampling level.

Set the sampling level for a ganalytics query.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
SamplingLevel(object, value)

SamplingLevel(object) <- value

## S4 method for signature '.standardQuery,missing'
SamplingLevel(object)

## S4 method for signature '.standardQuery,ANY'
SamplingLevel(object, value)

## S4 replacement method for signature '.standardQuery'
SamplingLevel(object) <- value

## S4 method for signature 'data.frame,ANY'
SamplingLevel(object)

Arguments

object

The query or response to check the sampling level of.

value

Optional. If object is a query, then value can be provided to set the sampling level to of that query, in which case an updated query object will be returned.

Methods (by class)

See Also

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

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


ganalytics documentation built on May 2, 2019, 8:34 a.m.