Description Usage Arguments Examples
View source: R/adobe_io_credentials.R
Install Adobe IO credentials in a .config file and .Renviron for repeated use ripped from ropensci/Qualtrics pkg (will cite properly)
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)
|
ims_host |
|
ims_endpoint_jwt |
|
org_id |
|
api_key |
|
client_secret |
|
priv_key_filename |
|
ADOBE_TENANT_NAME |
|
ADOBEIO_CONFIG_PATH |
|
tech_acct |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.