Learn R Programming

rtables (version 0.4.0)

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)

Arguments

x

the object.

Value

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

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.