generate_aggregate: generate_aggregate

Description Usage Arguments Details Value

Description

Combines a previous intermediate object with the information contained in new events to generate an updated intermediate object and the corresponding aggregate list for plotting.

Usage

1
generate_aggregate(json_events_intermediate)

Arguments

json_events_intermediate

a json string (see details below)

Details

The json_events_intermediate is a json object that must contain "new_events" (a json string) and "intermediate" (a json string).
The "new_events" json string is an array of objects (set of name/value pairs). The name/value pairs must contain the following objects:

Value

a list with two elements: "updated_intermediate" and "aggregate".


mkesslerct/INDIeanalyticsIncremental documentation built on May 31, 2019, 5:42 a.m.