content_table: Retrieve or set content table from a 'TableTree'

content_tableR Documentation

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

Arguments

obj

(TableTree)
the table object.

value

(ElementaryTable)
the new content table for obj.

Value

the ElementaryTable containing the (top level) content rows of obj (or NULL if obj is not a formal table object).


Roche/rtables documentation built on April 20, 2024, 9:16 p.m.