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