authorize {rgoogleslides} | R Documentation |
This is a function to authorize the R package to access the Googleslides API. If no client.id and client.secret is provided, the package would provide predefined values.
authorize(
client_id = getOption("slides.client.id"),
client_secret = getOption("slides.client.secret"),
token = NULL,
...
)
client_id |
OAuth client ID. This is obtained from Google API Credentials |
client_secret |
OAuth client secret. This is obtained from Google API Credentials |
token |
an output from |
... |
additional arguments to send to |