Learn R Programming

livechatR (version 0.1.0)

livechatCreateAccount: Setup connection with LiveChat's REST API using email and an api key

Description

Setup connection with LiveChat's REST API using email and an api key

Usage

livechatCreateAccount(email, api_key)

Arguments

email
Email address used to login from Live Chat API Docs
api_key
Your API Key from Live Chat API Docs

Value

A list of 2, the first item is called email and the second item is called api_key

Examples

Run this code
# account <- livechatCreateAccount("email_here", "api_key_here")
# account$email
# account$api_key

Run the code above in your browser using DataLab