Test whether all column names are present in a data.frame
Source:R/check-input-helpers.R
test_columns_present.Rd
The function checks whether all column names are present. If one or more columns are missing, the function returns FALSE. If all columns are present, the function returns TRUE.