limex_token | R Documentation |
Sets the API token for the Limex service by storing it in an environment variable for the current R session. This token will be used by other functions in the package to authenticate API requests.
limex_token(token)
token |
API token for the Limex service. |
Invisible NULL, side-effect function setting an environment variable.
## Not run:
limex_token("your_personal_token_here")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.