date_check_column_existence {cleanepi} | R Documentation |
Check if date column exists in the given dataset
date_check_column_existence(data, date_column_names)
data |
The input data frame |
date_column_names |
A vector with the name of the columns to check |
The input vector if all column names are part of the input data, an error is issued otherwise.