powered by
Prints information about the Google token that is in force and returns the token invisibly.
gd_token(verbose = TRUE)gs_token(verbose = TRUE)
gs_token(verbose = TRUE)
logical; do you want informative messages?
an OAuth token object, specifically a Token2.0, invisibly
Token2.0
# NOT RUN { ## load/refresh existing credentials, if available ## otherwise, go to browser for authentication and authorization gs_auth() gd_token() # }
Run the code above in your browser using DataLab