names.columnTables: Get the Names of a 'columnTables' Object

Description Usage Arguments Value Examples

Description

Get the names of the columns from a columnTables object that have been tabulated already (character vector).

Usage

1
2
## S3 method for class 'columnTables'
names(x)

Arguments

x

A columnTables object.

Value

The names of the columns that have been tabulated already (character vector).

Examples

1
2
dd <- dataDict(mtcars)
names(dd$colTables)

KO112/KO documentation built on Oct. 2, 2020, 9:21 a.m.