gmail_auth {gmailr} | R Documentation |
Setup oauth authentication for your gmail
gmail_auth(scope = c("read_only", "modify", "compose", "full"), id = the$id, secret = the$secret, secret_file = NULL)
scope |
the authentication scope to use |
id |
the client_id to use for authentication |
secret |
the client secret to use for authentication |
secret_file |
the secret json file downloaded from https://console.cloud.google.com |
use_secret_file to set the default id and secret to a different value than the default.
## Not run: gmail_auth("compose") ## End(Not run)