AdaptixGetLastPoints: Collects the last N points of an Adaptix stream.

Description Usage Arguments Value Examples

Description

Collects the last N points of an Adaptix stream.

Usage

1
AdaptixGetLastPoints(conn, stream, n = 1, verbose = F)

Arguments

conn

a valid Adaptix connection object.

stream

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

n

the number of trailing points to collect.

verbose

display HTTP operation details.

Value

a data.frame with the requested collection of points.

Examples

1
AdaptixGetLastPoints(conn = conn, stream = "123456abcdef", n = 5, verbose = F)

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