identify: Create a client connection to the Sittercity API

Description Usage Arguments Examples

Description

Create a client connection to the Sittercity API

Usage

1
identify(userId, traits = list(), cli = client())

Arguments

userId

a unique string to identify user who should be identified

traits

a list of items to write as traits of the provided user

cli

the Segment.IO client [created from ::client]

Examples

1
2
3
4
identify(
  userId = 'fake_uuid',
  traits = list(status = 'closed')
)

ac21/RSegmentIO documentation built on May 10, 2019, 5:09 a.m.