date_get_format: Detect date format from a date column

View source: R/date_standardization_helpers.R

date_get_formatR Documentation

Detect date format from a date column

Description

Detect date format from a date column

Usage

date_get_format(data, date_column_name, sep)

Arguments

data

A data frame

date_column_name

The name of the date columns of interest

sep

A separator in the date string

Value

A string with the detected date format


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