Usage
dtt_seq(from, to, units, length_out = NULL, ...)# S3 method for Date
dtt_seq(from, to = from, units = "days", length_out = NULL, ...)
# S3 method for POSIXct
dtt_seq(from, to = from, units = "seconds", length_out = NULL, ...)
# S3 method for hms
dtt_seq(
from,
to = from,
units = "seconds",
length_out = NULL,
wrap = TRUE,
...
)