limex_token {limexhub} | R Documentation |
Set API Token for Limex
Description
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.
Usage
limex_token(token)
Arguments
token |
API token for the Limex service. |
Value
Invisible NULL, side-effect function setting an environment variable.
Examples
## Not run:
limex_token("your_personal_token_here")
## End(Not run)
[Package limexhub version 0.1.5 Index]