client: Create a client connection to the Segment.IO API

Description Usage Arguments Examples

Description

Create a client connection to the Segment.IO API

Usage

1
2
client(url = "https://api.segment.io",
  writekey = Sys.getenv("SEGMENT_WRITEKEY"), debugging = FALSE)

Arguments

url

The URL to the Segment.IO API service

writekey

the writekey for authorization to post to Segment.IO

debugging

set to TRUE to increase stdout logging and provide additional debugging detail

Examples

1
2
3
client(
  writekey = 'fake_key'
)

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