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