Extract label information of columns in data.frames

Useful if data has been imported e.g. using IQRloadSASdata. By default an IQRoutputTable object is returned for easier reading or reporting. Alternatively a data.frame can be returned. Sorting is possible if desired.

getLabels_dataframe(data, orderAlphabetically = FALSE, table = TRUE)

Arguments

data

data.frame

orderAlphabetically

If TRUE then output ordered alphabetically by column names

table

If TRUE then an IQRoutputTable is returned. Otherwise a data.frame