init: Initialize Domo package

Description Usage Arguments Examples

View source: R/DomoR.R

Description

Initialize Domo package

Usage

1
init(customer, token, config = NULL, verbose = FALSE)

Arguments

customer

The customer ID or base URL. e.g. acme.domo.com or acme

token

The DEV token required for API access.

Examples

1
DomoR::init(Sys.getenv('DOMO_BASE_URL'), Sys.getenv('DEVELOPER_TOKEN'))

domoinc-r/DomoR documentation built on Aug. 8, 2020, 1:42 p.m.