gargle_oauth_sitrep | R Documentation |
Get a human-oriented overview of the existing gargle OAuth tokens:
Filepath of the current cache
Number of tokens found there
Compact summary of the associated
Email = Google identity
OAuth client (actually, just its nickname)
Scopes
Hash (actually, just the first 7 characters) Mostly useful for the development of gargle and client packages.
gargle_oauth_sitrep(cache = NULL)
cache |
Specifies the OAuth token cache. Defaults to the option named
|
A data frame with one row per cached token, invisibly. Note this data
frame may contain more columns than it seems, e.g. the filepath
column
isn't printed by default.
gargle_oauth_sitrep()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.