TableCell {stencilaschema} | R Documentation |
A cell within a Table
.
Description
A cell within a Table
.
Usage
TableCell(content, cellType, colspan, id, meta, name, rowspan)
Arguments
content |
Contents of the table cell. Required. |
cellType |
Indicates whether the cell is a header or data. |
colspan |
How many columns the cell extends. |
id |
The identifier for this item. |
meta |
Metadata associated with this item. |
name |
The name of the cell. |
rowspan |
How many columns the cell extends. |
Value
A list
of class TableCell
See Also
[Package stencilaschema version 1.0.0 Index]