authorize {metricminer} | R Documentation |
This is a function to authorize the R package to access APIs interactively.
authorize(app_name = NULL, cache = FALSE, ...)
app_name |
app would you like to authorize? Supported apps are 'google' 'calendly' and 'github' |
cache |
Should the token be cached as an .httr-oauth file or API keys stored as global options? |
... |
additional arguments to send to |
API token saved to the environment or the cache so it can be grabbed by functions
## Not run:
authorize()
authorize("github")
authorize("google")
authorize("calendly")
## End(Not run)