seq.Date {base} R Documentation Generate Regular Sequences of Dates Description The method for seq for objects of class "Date" representing calendar dates. Usage ## S3 method for class 'Date' seq(from, to, by, length.out = NULL, along.with = NULL, ...) Arguments from starting date. Required to end date. Optional. by increment of the sequence. Optional. See ‘Details’. length.out integer, optional..