date_make_format: Build the auto-detected format

View source: R/date_standardization_helpers.R

date_make_formatR 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.


cleanepi documentation built on June 22, 2024, 9:48 a.m.