tidyServiceOverTimeObject: Tidies a ServiceOverTime response object for use in a DF

View source: R/DeploymentMonitoringUtils.R

tidyServiceOverTimeObjectR Documentation

Tidies a ServiceOverTime response object for use in a DF

Description

Tidies a ServiceOverTime response object for use in a DF

Usage

tidyServiceOverTimeObject(df, valueColName)

Arguments

df

A data frame that contains the following:

  • period list, containing the following two items:

    • start POSIXct.

    • end POSIXct.

  • value object.

valueColName

character. The column in df currently named 'value' will be renamed to this.


datarobot documentation built on Nov. 3, 2023, 1:07 a.m.