authorize | R Documentation |
This is a function to authorize the R package to access APIs interactively. To learn more about the privacy policy for ottrpal [read here](https://www.ottrproject.org/privacypolicy.html)
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 oauth2.0_token |
API token saved to the environment or the cache so it can be grabbed by functions
## Not run:
authorize()
authorize("github")
authorize("google")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.