Learn R Programming

rtables (version 0.6.6)

content_table: Retrieve or set Content Table from a TableTree

Description

Returns the content table of obj if it is a TableTree object, or NULL otherwise

Usage

content_table(obj)

content_table(obj) <- value

Value

the ElementaryTable containing the (top level) content rows of obj ( or NULL

if obj is not a formal table object).

Arguments

obj

TableTree. The TableTree

value

ElementaryTable. The new content table for obj.