50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

sendigR (version 1.0.0)

getTabColLabels: Get labels for columns in a data.table

Description

Get labels for columns in a data.table

Usage

getTabColLabels(table)

Value

A named vector with each column/label pair. If a column have no defined label, the label is 'na'

Arguments

table

Mandatory
The data.table to get column labels for

Examples

Run this code

if (FALSE) {
colLabels = getTabColLabels(controlAnimalsAll)
}

Run the code above in your browser using DataLab