AdaptixPublishPoints: Publishes points to an Adaptix stream.

Description Usage Arguments Value Examples

Description

Publishes points to an Adaptix stream.

Usage

1
AdaptixPublishPoints(conn, stream, points, group.by = 1, verbose = F)

Arguments

conn

a valid Adaptix connection object.

stream

the ID of the stream from which to retrieve the points.

points

a data frame with "at" and "value" columns containing the points to publish to Adaptix.

group.by

chunk the operation in several requests, each publiching "group.by" points of the supplied data frame.

verbose

display HTTP operation details.

Value

the URL location of the created points

Examples

1
AdaptixPublishPoints(conn = conn, stream = "123456abcdef", points = my_points.df, verbose = F)

Sensewaves/AdaptixR documentation built on May 28, 2019, 2:44 p.m.