GaCreds: Authentication credentials for Google Analytics API queries.

Description Usage Arguments Methods (by class)

Description

Get or set the authentication credentials for a Google Analytics query object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
GaCreds(object = "GANALYTICS", value = NULL, ...)

GaCreds(object) <- value

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

## S4 method for signature '.query,ANY'
GaCreds(object)

## S4 method for signature 'character,ANY'
GaCreds(object = "GANALYTICS", value = NULL,
  ...)

## S4 method for signature 'missing,ANY'
GaCreds(object = "GANALYTICS", value = NULL,
  ...)

## S4 replacement method for signature '.query,list'
GaCreds(object) <- value

Arguments

object

The object to get the credentials from.

value

The replacement credentials for the supplied query object.

...

other arguments pass to GoogleApiCreds.

Methods (by class)


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