connect: Connect to the Arable API

Description Usage Arguments Value

View source: R/arable.R

Description

Connect to the Arable API

Usage

1
2
3
connect(email = Sys.getenv("ARABLE_EMAIL"),
  password = Sys.getenv("ARABLE_PASSWORD"),
  tenant = Sys.getenv("ARALE_TENANT"), apikey = Sys.getenv("ARABLE_APIKEY"))

Arguments

email

The email address

password

The password

tenant

The company name

apikey

The API key (optional)

Value

TRUE if connected


byzheng/RArable documentation built on May 24, 2019, 12:35 a.m.