Column information/structure accessors
clayout(obj)# S4 method for VTableNodeInfo
clayout(obj)
# S4 method for PreDataTableLayouts
clayout(obj)
# S4 method for ANY
clayout(obj)
clayout(object) <- value
# S4 method for PreDataTableLayouts
clayout(object) <- value
col_info(obj)
# S4 method for VTableNodeInfo
col_info(obj)
col_info(obj) <- value
# S4 method for TableRow
col_info(obj) <- value
# S4 method for ElementaryTable
col_info(obj) <- value
# S4 method for TableTree
col_info(obj) <- value
coltree(obj, df = NULL, rtpos = TreePos())
# S4 method for InstantiatedColumnInfo
coltree(obj, df = NULL, rtpos = TreePos())
# S4 method for PreDataTableLayouts
coltree(obj, df = NULL, rtpos = TreePos())
# S4 method for PreDataColLayout
coltree(obj, df = NULL, rtpos = TreePos())
# S4 method for LayoutColTree
coltree(obj, df = NULL, rtpos = TreePos())
# S4 method for VTableTree
coltree(obj, df = NULL, rtpos = TreePos())
# S4 method for TableRow
coltree(obj, df = NULL, rtpos = TreePos())
col_exprs(obj, df = NULL)
# S4 method for PreDataTableLayouts
col_exprs(obj, df = NULL)
# S4 method for PreDataColLayout
col_exprs(obj, df = NULL)
# S4 method for InstantiatedColumnInfo
col_exprs(obj, df = NULL)
col_counts(obj)
# S4 method for InstantiatedColumnInfo
col_counts(obj)
# S4 method for VTableNodeInfo
col_counts(obj)
col_counts(obj) <- value
# S4 method for InstantiatedColumnInfo
col_counts(obj) <- value
# S4 method for VTableNodeInfo
col_counts(obj) <- value
col_total(obj)
# S4 method for InstantiatedColumnInfo
col_total(obj)
# S4 method for VTableNodeInfo
col_total(obj)
col_total(obj) <- value
# S4 method for InstantiatedColumnInfo
col_total(obj) <- value
# S4 method for VTableNodeInfo
col_total(obj) <- value
ANY. The object for the accessor to access or modify
The object to modify in-place
The new value
data.frame/NULL. Data to use if the column information is being generated from a Pre-Data layout object
TreePos. Root position.
A LayoutColTree
object.
Various column information, depending on the accessor used.