Learn R Programming

datoramar (version 0.1.0)

datorama_token: Authenticating yourself to Datorama

Description

Authenticating yourself to Datorama

Usage

datorama_token(email, password)

Arguments

email

A string containing the email associated with your Datorama account

password

A string containing the password associated with your Datorama account

Value

A string with your our API token

Examples

Run this code
# NOT RUN {
datorama_token("someEmail@gmail.com", "password1234")
# }

Run the code above in your browser using DataLab