ddi_row: row and its child nodes

View source: R/table.R

ddi_rowR Documentation

row and its child nodes

Description

Each row represents a table row. More information on this element, especially the allowed attributes, can be found in the references.

Usage

ddi_row(...)

ddi_entry(...)

Arguments

...

Child nodes or attributes.

Details

Parent nodes

row can be found in tbody and thead.

Child node

entry is each table entry in the row.

Value

A ddi_node object.

References

row documentation

entry documentation

Examples

ddi_row()

# Functions that need to be wrapped in ddi_row()

ddi_entry("row contents")


Global-TIES-for-Children/rddi documentation built on Oct. 24, 2022, 9:50 p.m.