ddi_row {rddi}R 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")


[Package rddi version 0.1.1 Index]