Learn R Programming

rusquant (version 1.1.4)

auth: Set creds for Datasource

Description

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.

Usage

auth(src = "Moex", login, password)

Value

Invisible NULL, side-effect function setting an environment variable.

Arguments

src

datasource name.

login

login of datasource

password

password of datasource

Examples

Run this code
if (FALSE) {
  auth(login = "user@email.com",password = "mypassword")
}

Run the code above in your browser using DataLab