no_colinfo {rtables} | R Documentation |
Exported for use in tern
Description
Does the table
/row
/InstantiatedColumnInfo
object contain no column structure information?
Usage
no_colinfo(obj)
## S4 method for signature 'VTableNodeInfo'
no_colinfo(obj)
## S4 method for signature 'InstantiatedColumnInfo'
no_colinfo(obj)
Arguments
obj |
( |
Value
TRUE
if the object has no/empty instantiated column information, FALSE
otherwise.
[Package rtables version 0.6.9 Index]