CheckForMissingDates: CheckForMissingDates

CheckForMissingDatesR Documentation

CheckForMissingDates

Description

This function will check a time series data set for missing dates

Usage

CheckForMissingDates(
  AGG_TS_DATA,
  DATE_COLUMN = "SalesDate",
  TARGET_COLUMN = "vals",
  TIME_FRAME = "day",
  DEBUG = TRUE
)

Arguments

AGG_TS_DATA

The raw dataset that will be aggregated

DATE_COLUMN

The column name containing date value

TARGET_COLUMN

The column name containing target value

TIME_FRAME

The date values in the data (day, week, or month)

DEBUG

If TRUE, the function will run in debug mode

Value

returns a data table with information on whether there are missing dates

Author(s)

Abraham Mathew

See Also

Other Data Preparation: AddDays(), AddMissingDates(), AddMonths(), AddWeeks(), AggregateTimeSeriesData(), CreateOutputDates(), DoDataPartition(), FakeDataGenerator(), FlattenLongData(), RemoveSpecialChars()


abmathewks/GoodeR documentation built on June 12, 2025, 1:48 a.m.