date_make_format {cleanepi} | R Documentation |
Build the auto-detected format
Description
Put together the different date format characters that were identified in the target date column.
Usage
date_make_format(f1, f2, tmp_sep)
Arguments
f1 |
The first part of the date values |
f2 |
The second part of the date values |
tmp_sep |
The character string that separate the first and second parts of the date values. |
Value
A character string that represent the inferred format of the date values.
[Package cleanepi version 1.0.2 Index]