tidyServiceOverTimeObject {datarobot}R 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.


[Package datarobot version 2.18.6 Index]