getTabColLabels: Get labels for columns in a data.table

View source: R/initSENDFunctions.R

getTabColLabelsR Documentation

Get labels for columns in a data.table

Description

Get labels for columns in a data.table

Usage

getTabColLabels(table)

Arguments

table

Mandatory
The data.table to get column labels for

Value

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

Examples


## Not run: 
colLabels = getTabColLabels(controlAnimalsAll)

## End(Not run)

sendigR documentation built on Aug. 18, 2022, 9:07 a.m.