Skip to contents

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.