getMissingDates: Gets dates that are missing from the date range for a give...

View source: R/bigquery-helpers.R

getMissingDatesR Documentation

Gets dates that are missing from the date range for a give list of existing dates

Description

Gets dates that are missing from the date range for a give list of existing dates

Usage

getMissingDates(start.date, end.date, existing.dates, format = "%Y%m%d")

Arguments

start.date

begining of the period

end.date

end of the period

existing.dates

vector of existing dates that should be excluded

format

format for the date, see ?as.character

Value

vector of dates from the period that don't exist in the give vector


madedotcom/retl documentation built on Sept. 19, 2022, 3:28 a.m.