ecos.setKey {ecos}R Documentation

Set ECOS API Key

Description

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

Usage

ecos.setKey(api_key)

ecos.printKey()

Arguments

api_key

A string specifying ECOS API key

Value

No return value, called to set api key

Examples


## Set API Key for the current session
ecos.setKey("your_api_key")

## Check API key
ecos.printKey()


[Package ecos version 0.1.6 Index]