ganalytics (version 0.10.4)

SamplingLevel: SamplingLevel.

Description

Get the sampling level.

Set the sampling level for a ganalytics query.

Usage

SamplingLevel(object, value)

SamplingLevel(object) <- value

# S4 method for .standardQuery SamplingLevel(object)

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

# S4 method for data.frame SamplingLevel(object)

Arguments

object

the query or response to check the sampling level of.

value

if object is a query, then use value to set the sampling level to of that query.

Methods (by class)

  • .standardQuery: Return what level the sampling level of the query has been set to.

  • .standardQuery: Set the sampling level of the query.

  • data.frame: Return details about any sampling that was applied in the response of the query.