exist_auth: Authenticate to Exist.io

Description Usage Details Examples

View source: R/exist_auth.R

Description

Authenticates the user to Exist.io using OAuth2.0.

Usage

1

Details

This function stores the users auth token locally. This requires the client id and client secret to be available as environment variables.

Examples

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)

ebbertd/existR documentation built on March 3, 2020, 8:02 a.m.