pander.summary.table: Pander method for summary.table class
Description
Renders an summary.table object in Pandoc's markdown.
Usage
# S3 method for summary.table
pander(x, caption = attr(x, "caption"), print.call = T, ...)
Arguments
caption
caption (string) to be shown under the table
print.call
(defaut:TRUE
) if call should be printed
...
optional parameters passed to raw pandoc.table
function