datorama_token {datoramar}R Documentation

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

## Not run: 
datorama_token("someEmail@gmail.com", "password1234")

## End(Not run)

[Package datoramar version 0.1.0 Index]