This is useful if you want to fill in missing values that should have been observed but weren't. For example, date_seq(c(1, 2, 4, 6), 1) will return 1:6.
Usage
# S3 method for numeric
date_seq(x, period = 1, tol = 1e-06, ...)
This is useful if you want to fill in missing values that should have been observed but weren't. For example, date_seq(c(1, 2, 4, 6), 1) will return 1:6.
# S3 method for numeric
date_seq(x, period = 1, tol = 1e-06, ...)