insert_missing_dates: Identify and insert missing dates between two dates

Description Usage Arguments Value

View source: R/insert_missing_dates.R

Description

Identify and insert missing dates between two dates

Usage

1
insert_missing_dates(minDate, maxDate)

Arguments

minDate

A minimum date in character or Date format.

maxDate

A maximum date in character or Date format.

Value

A vector of dates in Date format between the two dates with single day being the most granular time difference.


msxakk89/dat documentation built on Aug. 3, 2020, 6:39 p.m.