Learn R Programming

rddi (version 0.1.1)

ddi_tgroup: 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(...)

Value

A ddi_node object.

Arguments

...

Child nodes or attributes.

Shared and complex child nodes

  • ddi_tbody()

  • ddi_thead()

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.

References

tgroup documentation

colspec documentation

Examples

Run this code
ddi_tgroup()

# Functions that must be wrapped in ddi_tgroup()

ddi_colspec(align = "left")

Run the code above in your browser using DataLab