make_date_seq: Create a sequence of dates

Description Usage Arguments

Description

It is often the case that one needs to create a series of dates using only the start, end and freqency.

Usage

1
2
3
make_date_seq(start_date, end_date, period_gap, tolerance = 0.2,
  include_first = T, include_last = T, replace_last = F,
  allow_last_jump = F)

Arguments

start_date

The start date

end_date

The end date

period_gap

The period gap

tolerance

the tolerance

include_first

whether to include the first date

include_last

whether to include the last date

replace_last

whether to replace the last date with end_date


jameslairdsmith/contractr documentation built on May 26, 2019, 9:32 a.m.