ecos.setKey {ecos} | 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()