Returns the content table of obj
if it is a TableTree
object, or NULL
otherwise
content_table(obj)# S4 method for TableTree
content_table(obj)
# S4 method for ANY
content_table(obj)
content_table(obj) <- value
# S4 method for TableTree,ElementaryTable
content_table(obj) <- value
TableTree. The TableTree
ElementaryTable. The new content table for obj
.
the ElementaryTable
containing the (top level) content rows of obj
( or NULL
if obj
is not a formal table object).