gmailr (version 0.7.1)

gmail_auth: Setup oauth authentication for your gmail

Description

Setup oauth authentication for your gmail

Usage

gmail_auth(scope = c("read_only", "modify", "compose", "full"), id = the$id,
  secret = the$secret, secret_file = NULL)

Arguments

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

See Also

use_secret_file to set the default id and secret to a different value than the default.

Examples

Run this code
# NOT RUN {
gmail_auth("compose")
# }

Run the code above in your browser using DataCamp Workspace