Retrieve information about the current Google user
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:
gd_user(full = FALSE, verbose = TRUE) gs_user(full = FALSE, verbose = TRUE)
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
## Not run: ## these are synonyms: gd = Google Drive, gs = Google Sheets gd_user() gs_user() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.