ecos.setKey | R Documentation |
Save ECOS API key for the current session. To set it permanently, please add the following line to your .Renvrion file:
ECOS_API_KEY = YOUR API KEY
ecos.setKey(api_key)
ecos.printKey()
api_key |
A string specifying ECOS API key |
No return value, called to set api key
## Set API Key for the current session
ecos.setKey("your_api_key")
## Check API key
ecos.printKey()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.