Description Usage Arguments Value Examples
View source: R/utils_api-key.R
Set Tremendous API Key in .Renviron
1 | trem_set_api_key(api_key)
|
api_key |
API key from tremendous.com. |
NA; Used to set the Tremendous API key for persistent use in '.Renviron'.
1 2 3 4 5 6 7 | if (interactive()) {
# For Sandbox Environment, your API key should look like:
trem_set_api_key("TEST_YOUR-API-KEY")
# For Production Environment, your API key should look like:
trem_set_api_key("PROD_YOUR-API-KEY")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.