.requiredColumns
prints the names and order of the columns that must
be present in all of the bugphyzz data sets.
.requiredColumns(attr_type)
Attribute type. A character string. Options: discrete, numeric, character, range.
A character vector with mandatory column names (required columns).
if (FALSE) {
bugphyzz:::.requiredColumns()
}