Derive the date imputation flag ('--DTF'
) comparing a date character vector
('--DTC'
) with a Date vector ('--DT'
).
Arguments
- dtc
The date character vector (
'--DTC'
).A character date is expected in a format like
yyyy-mm-ddThh:mm:ss
(partial or complete).- dt
The Date vector to compare.
A date object is expected.
See also
Date/Time Computation Functions that returns a vector:
compute_duration()
,
compute_tmf()
,
convert_date_to_dtm()
,
convert_dtc_to_dtm()
,
convert_dtc_to_dt()
,
impute_dtc_dtm()
,
impute_dtc_dt()