date_match_format_and_column: Check whether the number of provided formats matches the...

View source: R/date_standardization_helpers.R

date_match_format_and_columnR Documentation

Check whether the number of provided formats matches the number of target columns to be standardized.

Description

Check whether the number of provided formats matches the number of target columns to be standardized.

Usage

date_match_format_and_column(target_columns, format)

Arguments

target_columns

A <vector> of column names to be standardized

format

A <vector> of formats to be used when standardizing the columns

Value

A <vector> of characters with the validated formats


cleanepi documentation built on April 4, 2025, 5:12 a.m.