validateTSTS: Time Series Table Schema (TSTS) Validation

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/validateTSTS.R

Description

Checks if the input data is correctly formatted in accordance with the Time Series Table Schema (TSTS).

Usage

1

Arguments

ts

dataframe containing actuals formatted using the Time Series Table Schema (TSTS), use showTSTS() to display schema specification details.

Details

Checks that ts contains necessary column and the composite primary key values are not duplicated.

Value

TRUE if the checks are passed, FALSE otherwise.

Author(s)

Cuong Sai, Andrey Davydenko, and Maxim Shcherbakov.

See Also

validateFTS

Examples

1

forvis/forvision documentation built on April 30, 2020, 3:28 a.m.