Retrieve and report on the current token
Prints information about the Google token that is in force and returns the token invisibly.
gd_token(verbose = TRUE) gs_token(verbose = TRUE)
verbose |
logical; do you want informative messages? |
an OAuth token object, specifically a
Token2.0
, invisibly
## Not run: ## load/refresh existing credentials, if available ## otherwise, go to browser for authentication and authorization gs_auth() gd_token() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.