get_max_score_within_data_formats {datetoiso} | R Documentation |
Score each of date format ymd, ydm, dmy, dym, mdy, myd and return only the highest score
Description
Score each of date format ymd, ydm, dmy, dym, mdy, myd and return only the highest score
Usage
get_max_score_within_data_formats(df_column)
Arguments
df_column |
data frame date column or vector with dates |
Value
return score of most probable date format
Author(s)
Lukasz Andrzejewski
[Package datetoiso version 0.2.0 Index]