Constructs a block object of type "Table"
.
Table(rows, col_names = NULL, aligns = NULL, col_width = NULL,
caption = list())
an object of class "matrix"
, "data.frame"
, "table"
or a list of lists of pandoc objects of type "TableCell"
a list of objects of type "TableCell"
a character vector of alignments, possible values are “l” for left, “r” for right, “c” for center and “d” for default.
a numeric vector
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)