Last data update: 2014.03.03

R: Pander method for stat.table class
pander.stat.tableR Documentation

Pander method for stat.table class

Description

Prints an stat.table object in Pandoc's markdown.

Usage

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

Arguments

x

an stat.table object

caption

caption (string) to be shown under the table

...

optional parameters passed to raw pandoc.table function

Results