Learn R Programming

rddi (version 0.1.1)

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

Value

A ddi_node object.

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.

References

row documentation

entry documentation

Examples

Run this code
ddi_row()

# Functions that need to be wrapped in ddi_row()

ddi_entry("row contents")

Run the code above in your browser using DataLab