pander (version 0.6.0)

pander.mtable: Pander method for mtable class

Description

Prints a mtable object in Pandoc's markdown.

Usage

# S3 method for mtable
pander(x, caption = attr(x, "caption"), ...)

Arguments

x

a mtable object

caption

caption (string) to be shown under the table

...

optional parameters passed to raw pandoc.table function