Description Usage Arguments Value Examples
Creates a token in the Global environment to be use in querying Dimensions API.
1 2 3 4 5 | dim_login(
username,
password,
authep = "https://app.dimensions.ai/api/auth.json"
)
|
username |
A string containing the account username. |
password |
A string containing the account password. |
authep |
A string containing the authorization endpoint URL address. By default 'https://app.dimensions.ai/api/auth.json'. |
An API token object. This is assigned directly to the Global environment.
1 | > dim_login(username = 'name@email.com', password = 'yourpassword')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.