Renders an tabular object in Pandoc's markdown.
# S3 method for tabular
pander(
x,
caption = attr(x, "caption"),
emphasize.rownames = TRUE,
digits = panderOptions("digits"),
...
)
an function object
caption (string) to be shown under the table
(defaut:TRUE
) if rownames should be highlighted
number of digits of precision
optional parameters passed to raw pandoc.table
function