Learn R Programming

rtables (version 0.6.12)

names,VTableNodeInfo-method: Names of a TableTree

Description

Names of a TableTree

Usage

# S4 method for VTableNodeInfo
names(x)

# S4 method for InstantiatedColumnInfo names(x)

# S4 method for LayoutColTree names(x)

# S4 method for VTableTree row.names(x)

Value

The column names of x, as defined in the details above.

Arguments

x

(TableTree)
the object.

Details

For TableTrees with more than one level of splitting in columns, the names are defined to be the top-level split values repped out across the columns that they span.