set_adobe_io_credentials: Install Adobe IO credentials in a .config file and .Renviron...

Description Usage Arguments Examples

View source: R/adobe_io_credentials.R

Description

Install Adobe IO credentials in a .config file and .Renviron for repeated use ripped from ropensci/Qualtrics pkg (will cite properly)

Usage

1
2
3
set_adobe_io_credentials(ims_host, ims_endpoint_jwt, org_id, api_key,
  client_secret, tech_acct_id, priv_key_filename, ADOBE_TENANT_NAME,
  ADOBEIO_CONFIG_PATH, overwrite = FALSE, install = FALSE)

Arguments

ims_host
ims_endpoint_jwt
org_id
api_key
client_secret
priv_key_filename
ADOBE_TENANT_NAME
ADOBEIO_CONFIG_PATH
tech_acct

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
set_adobe_io_credentials(ims_host = "xxx", 
ims_endpoint_jwt = "xxx",
org_id = "xxx",
api_key = "xxx",
client_secret = "xxx",
tech_acct = "xxx",
priv_key_filename = "xxx",
ADOBE_TENANT_NAME = "xxx",
ADOBEIO_CONFIG_PATH = "xxx"
)

set_adobe_io_credentials(ims_host = "asdf", 
ims_endpoint_jwt = "xxx",
org_id = "xxx",
api_key = "xxx",
client_secret = "xxx",
tech_acct = "xxx",
priv_key_filename = "xxx",
ADOBE_TENANT_NAME = "xxx",
ADOBEIO_CONFIG_PATH = "xxx",
overwrite=TRUE,
install=TRUE)

derring-do/adobeTaRget documentation built on March 17, 2021, 5:24 a.m.