Description Usage Arguments Details Value See Also Examples
Retrieve information about the Google user that has authorized
googlesheets
to call the Drive and Sheets APIs on their behalf.
As long as full = FALSE
(the default), only the most useful subset of
the information available from
the "about"
endpoint of the Drive API is returned. This is also the information exposed
in the print method:
1 2 3 |
full |
Logical, indicating whether to return selected ( |
verbose |
logical; do you want informative messages? |
User's display name
User's email
Date-time of user info lookup
User's permission ID
User's root folder ID
When full = TRUE
, all information provided by the API is returned.
an object of S3 class 'drive_user', which is just a list
Other auth functions: gs_auth
,
gs_deauth
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.