AdaptixGetNotifications: Collects the notifications of an Adaptix stream.

Description Usage Arguments Value Examples

Description

Collects the notifications of an Adaptix stream.

Usage

1
2
AdaptixGetNotifications(conn, stream, from = NULL, to = NULL,
  groupby = NULL, verbose = FALSE)

Arguments

conn

a valid Adaptix connection object.

stream

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

from

if not NULL, the starting date of the time window.

to

if not NULL, the closing date of the time window.

verbose

display HTTP operation details.

group.by

if NULL, the raw notifications will be retrieved. If supplied as a "span" string describing a time window, the points will be averaged over consecutive windows of the specified length - see Adaptix API documentation.

Value

a data.frame with the requested collection of points.

Examples

1
AdaptixGetNotifications(conn = conn, stream = "123456abcdef", group.by = "1h",  verbose = F)

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