Learn R Programming

livechatR (version 0.1.0)

livechatGetGreetings: Create a list of greetings with LiveChat credentials as parameters

Description

Create a list of greetings with LiveChat credentials as parameters

Usage

livechatGetGreetings(account, group = 0)

Arguments

account
defined by the livechatCreateAccount function
group
defaults to 0, see LiveChat REST API

Value

a data frame of greetings

Examples

Run this code
# account <- livechatCreateAccount("email_here", "api_key_here")
# livechatGetGreetings(account, group = 0)

Run the code above in your browser using DataLab