present_and_correct.Rd
Function to check if the column is present and correctly formed based on the element type.
present_and_correct(column_name, element = NA, df)
A string representing the column name.
A string representing the element. Default is NA.
A data frame for which to check the column. Default is dfCombi_geaggregeerd.
A boolean indicating whether the column is present and correctly formed.