Description Usage Details Examples
Authenticates the user to Exist.io using OAuth2.0.
1 |
This function stores the users auth token locally. This requires the client id and client secret to be available as environment variables.
1 2 3 4 5 6 7 | ## Not run:
Sys.setenv(EXIST_CLIENT_ID = "PASTE_YOUR_ID_HERE")
Sys.setenv(EXIST_CLIENT_SECRET = "PASTE_YOUR_SECRET_HERE")
exist_auth()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.