authorize {rgoogleclassroom} | R Documentation |
Authorize R package to access Google classroom API
Description
This is a function to authorize the R package to access the Googleclassroom 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 rgoogleclassroom version 0.9.1 Index]