date_match_format_and_column {cleanepi} | R 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 format
[Package cleanepi version 1.0.2 Index]