clean_ts_integrate: Converts time series to instantaneous

clean_ts_integrateR Documentation

Converts time series to instantaneous

Description

The function converts a cumulative or on-change measurement to instantaneous.

Usage

clean_ts_integrate(data, measurementReadingType = "onChange")

Arguments

data

<data.frame> of the cumulative or on-change time series that has to be converted to instantaneous. An instantaneous measurement is a gauge metric, in which the value can increase or decrease and measures a specific instant in time. Columns: 'time', 'value'.

measurementReadingType

<string> that identifies used to define the measurement reading type. Supported readiny types are: - onChange. Delta reading type - cumulative. Counter reading type

Value

<data.frame> The cumulative or onChange time series with the measurements converted to the instantaneous type.


biggproject/biggr documentation built on Oct. 2, 2024, 11:13 p.m.