Get labels for columns in a data.table
getTabColLabels(table)
A named vector with each column/label pair. If a column have no defined label, the label is 'na'
Mandatory
The data.table to get column labels for
if (FALSE) {
colLabels = getTabColLabels(controlAnimalsAll)
}
Run the code above in your browser using DataLab