ValidateActuals: Validate that the actuals are a dataframe and contain...

View source: R/Validate.R

ValidateActualsR Documentation

Validate that the actuals are a dataframe and contain required columns.

Description

Validate that the actuals are a dataframe and contain required columns.

Usage

ValidateActuals(actuals, error = TRUE)

Arguments

actuals

dataframe. Contains all actuals to be submitted.

error

logical. Should an error be raised if there is an issue?

Value

TRUE if the actuals dataframe has required properties, otherwise FALSE or raises error.


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