names,VTableNodeInfo-method {rtables} | R Documentation |
Names of a TableTree
Description
Names of a TableTree
Usage
## S4 method for signature 'VTableNodeInfo'
names(x)
## S4 method for signature 'InstantiatedColumnInfo'
names(x)
## S4 method for signature 'LayoutColTree'
names(x)
## S4 method for signature 'VTableTree'
row.names(x)
Arguments
x |
( |
Details
For TableTree
s 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.
Value
The column names of x
, as defined in the details above.
[Package rtables version 0.6.9 Index]