assert_field_existence.Rd
This function checks whether all fields that existed in a previous dataset are still present in a new dataset, based on a metadata reference. It warns if any fields from the previous dataset are missing in the new dataset.
assert_field_existence(new_data, previous_data, metadata)
No return value. The function issues warnings if any expected fields are missing in the new dataset.