auth | R Documentation |
Sets creds for the Datasource 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.
auth(src = "Moex", login, password)
src |
datasource name. |
login |
login of datasource |
password |
password of datasource |
Invisible NULL, side-effect function setting an environment variable.
## Not run:
auth(login = "user@email.com",password = "mypassword")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.