TableCell: Table Cell

View source: R/pandocfilters.R

TableCellR 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")

pandocfilters documentation built on Aug. 12, 2022, 1:05 a.m.