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