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

Value

A ddi_node object.

Shared and complex child nodes

References

tgroup documentation

colspec documentation

Examples

ddi_tgroup()

# Functions that must be wrapped in ddi_tgroup()

ddi_colspec(align = "left")


[Package rddi version 0.1.1 Index]