set_access: Set access token environment variable for data access.

set_accessR Documentation

Set access token environment variable for data access.

Description

Based on given client id and secret from developer.domo.com, get access token for data acess and store in environment. We assume the given OAuth information has at least data access.

Usage

set_access(my_cid, my_secret, type = "data")

Value

Sucess or failure (1/0). An access token for data acess and one for user access will be stored in the package environment.

Examples

set_access()

domoinc/rdomo documentation built on Nov. 8, 2024, 12:48 a.m.