authorize {ottrpal} | R Documentation |
Authorize R package to access the Google Slides API
Description
This is a function to authorize the R package to access the Google Slides API interactively.
Usage
authorize(token = NULL, cache = FALSE, ...)
Arguments
token |
An output from |
cache |
Should the token be cached as an .httr-oauth file? |
... |
Additional arguments to send to |
Value
OAuth token saved to the environment so the package can use the users' Google data
Examples
## Not run:
authorize()
## End(Not run)
[Package ottrpal version 1.2.1 Index]