Table {pandocfilters} | R Documentation |
Constructs a block object of type "Table"
.
Table(
rows,
col_names = NULL,
aligns = NULL,
col_width = NULL,
caption = list()
)
rows |
an object of class |
col_names |
a list of objects of type |
aligns |
a character vector of alignments, possible values are “l” for left, “r” for right, “c” for center and “d” for default. |
col_width |
a numeric vector |
caption |
a inline object or a list of inline objects giving the caption |
Table, with caption, column alignments (required), relative column widths (0 = default), column headers (each a list of blocks), and rows (each a list of lists of blocks)