| ct_set_key | R Documentation |
Store your UN Comtrade API key for the current session. The key is saved as an R option and optionally as an environment variable for persistence.
ct_set_key(key, install = FALSE)
key |
Character. Your Comtrade API subscription key. |
install |
Logical. If |
Get a free API key at https://comtradedeveloper.un.org/. The free tier allows 500 calls per day and up to 100,000 records per call.
Invisibly returns the key.
ct_set_key("your-subscription-key-here")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.