TableRow {stencilaschema} | R Documentation |
A row within a Table.
Description
A row within a Table.
Usage
TableRow(cells, id, meta, rowType)
Arguments
cells |
An array of cells in the row. Required. |
id |
The identifier for this item. |
meta |
Metadata associated with this item. |
rowType |
If present, indicates that all cells in this row should be treated as header cells. |
Value
A list
of class TableRow
See Also
[Package stencilaschema version 1.0.0 Index]