Description Usage Arguments Methods (by class) See Also
Get the sampling level.
Set the sampling level for a ganalytics query.
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)
|
object |
The query or response to check the sampling level of. |
value |
Optional. If |
object = .standardQuery,value = missing
: Return what level the sampling level of the query
has been set to.
object = .standardQuery,value = ANY
: Set the sampling level of the query.
.standardQuery
: Set the sampling level of the query.
object = data.frame,value = ANY
: Return details about any sampling that was applied
in the response of the query.
Other query object functions: Dimensions
,
MaxResults
, Metrics
,
SortBy
, TableFilter
Other query object functions: Dimensions
,
MaxResults
, Metrics
,
SortBy
, TableFilter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.