Learn R Programming

pander (version 0.5.0)

pander.table: Pander method for table class

Description

Prints a table object in Pandoc's markdown.

Usage

## S3 method for class 'table':
pander(x, caption = attr(x, "caption"), ...)

Arguments

x
a table object
caption
caption (string) to be shown under the table
...
optional parameters passed to raw pandoc.table function