createAFTS: Create a dataframe formatted using the Actual and Forecast...

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

View source: R/createAFTS.R

Description

Joins a table containing time series actuals (given in the TSTS format) and a table containing forecasts (given in the FTS format) to create a table containing both actuals and forecasts using the Actual and Forecast Table Schema (AFTS) format.

Usage

1

Arguments

ts

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

fc

dataframe containing forecasts formatted using the Forecast Table Schema (FTS), use showFTS() to display schema specification details.

Details

Takes all records contained in fc and matches with values from ts. If no matching value is found, the record is not included in the result.

Value

dataframe in the AFTS format, use showAFTS() to display schema specification details.

Author(s)

Cuong Sai, Andrey Davydenko, and Maxim Shcherbakov.

See Also

showTSTS, showFTS, example1_ts, example1_fc

Examples

1
2

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