dimensions_login: Login to the Dimensions Analytics API

Description Usage Arguments Examples

View source: R/dimensions_auth.R

Description

Login to the Dimensions Analytics API

Usage

1
dimensions_login(credentials = NULL)

Arguments

credentials

(list) List of user credentials, including username (email) and password. To avoid providing a manual list each time, you may instead add your credentials to your .Renviron file. These should be named dimensions_username and dimensions_password. dimensions_login() will then use these credentials automatically to login.

Examples

1
2
3
4
5
6
7
# Login with a list of credentials
dimensions_login(credentials = list(
    "username" = "your_username",
    "password" = "your_password"))

Alternatively with credentials added to .Renviron file:
dimensions_login()

nicholasmfraser/rdimensions documentation built on April 22, 2020, 2:43 p.m.