Description Usage Arguments Methods (by class)
Get or set the authentication credentials for a Google Analytics query object.
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
|
object |
The object to get the credentials from. |
value |
The replacement credentials for the supplied query object. |
... |
other arguments pass to |
object = .query,value = list
: Return the query with the supplied authentication
credentials supplied.
object = .query,value = ANY
: Return the credentials used within the supplied query.
object = character,value = ANY
: Create a set of authentication credentials using the
supplied application name.
object = missing,value = ANY
: Return default authentication credentials.
object = .query,value = list
: Replace the authentication credentials of a query.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.