ddi_tgroup {rddi} | R Documentation |
tgroup and its child nodes
Description
This is the table group. More information on this element, especially the allowed attributes, can be found in the references.
Usage
ddi_tgroup(...)
ddi_colspec(...)
Arguments
... |
Child nodes or attributes. |
Details
Parent nodes
tgroup
is contained in table
.
tgroup specific child node
-
ddi_colspec()
is the column specification for each column. It is an empty element.
Value
A ddi_node object.
Shared and complex child nodes
References
Examples
ddi_tgroup()
# Functions that must be wrapped in ddi_tgroup()
ddi_colspec(align = "left")
[Package rddi version 0.1.1 Index]