date_make_format {cleanepi} | R Documentation |
Build the auto-detected format
Description
Put together the different date format characters that were identified from the target date column.
Usage
date_make_format(f1, f2, f3)
Arguments
f1 |
A |
f2 |
A |
f3 |
A |
Value
A <character>
that represents the inferred format from the
provided elements. It returns <NULL>
when the format was not
resolved.
[Package cleanepi version 1.1.1 Index]