authorize {rgoogleslides} | R Documentation |
Authorize R package to access Google Slides API
Description
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.
Usage
authorize(
client_id = getOption("slides.client.id"),
client_secret = getOption("slides.client.secret"),
token = NULL,
...
)
Arguments
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 |
[Package rgoogleslides version 0.3.2 Index]