TableCell {pandocfilters} | R Documentation |
Table Cell
Description
Table cells is a constructor for plain table cells.
Usage
TableCell(x)
Arguments
x |
a character string giving the content of the table cell |
Details
In general table cells are a list of block elements, the
constructor TableCell
creates a plain table cell.
Examples
TableCell("Cell 1")
[Package pandocfilters version 0.1-6 Index]