TableTree
R/tree_accessors.R
content_table.Rd
Returns the content table of obj if it is a TableTree object, or NULL otherwise.
obj
NULL
content_table(obj) content_table(obj) <- value
(TableTree) the table object.
(ElementaryTable) the new content table for obj.
ElementaryTable
the ElementaryTable containing the (top level) content rows of obj (or NULL if obj is not a formal table object).